2024-04-29 16:24:40 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:24:40 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:24:40 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:24:40 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:24:40 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:24:40 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:24:40 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:24:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:24:40 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:24:40 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:24:40 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:24:40 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:24:40 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:24:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:24:40 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:24:40 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:24:40 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:24:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:24:40 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:24:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:24:40 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:24:40 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:24:40 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:24:40 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:24:40 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:24:40 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:24:40 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:24:40 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:24:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:24:40 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:24:40 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:24:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:24:40 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:24:40 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:24:40 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:24:40 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:24:40 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:40 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:40 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:40 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:40 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:40 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:40 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:24:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:24:40 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:24:40 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:24:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:24:40 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:24:40 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:24:40 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:24:40 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:24:40 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:24:40 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:24:40 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '65444' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.thefriend.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.thefriend.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.thefriend.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433080.9567 'REQUEST_TIME' => 1714433080 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:24:45 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:24:45 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:24:45 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:24:45 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:24:45 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:24:45 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:24:45 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:24:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:24:45 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:24:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:24:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:24:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:24:45 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:24:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:24:45 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:24:45 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:24:45 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:24:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:24:45 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:24:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:24:45 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:24:45 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:24:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:24:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:24:45 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:24:45 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:24:45 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:24:45 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:24:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:24:45 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:24:45 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:24:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:24:45 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:24:45 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:24:45 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:24:45 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:24:45 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:45 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:45 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:45 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:45 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:45 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:45 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:24:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:24:45 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:24:45 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:24:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:24:45 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:24:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:24:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:24:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:24:45 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:24:45 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:24:45 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '12601' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'test.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'test.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://test.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433085.0267 'REQUEST_TIME' => 1714433085 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:24:49 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:24:49 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:24:49 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:24:49 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:24:49 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:24:49 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:24:49 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:24:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:24:49 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:24:49 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:24:49 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:24:49 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:24:49 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:24:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:24:49 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:24:49 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:24:49 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:24:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:24:49 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:24:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:24:49 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:24:49 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:24:49 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:24:49 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:24:49 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:24:49 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:24:49 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:24:49 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:24:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:24:49 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:24:49 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:24:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:24:49 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:24:49 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:24:49 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:24:49 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:24:49 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:49 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:49 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:49 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:49 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:49 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:49 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:24:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:24:49 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:24:49 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:24:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:24:49 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:24:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:24:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:24:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:24:49 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:24:49 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:24:49 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '37905' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'moshi.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'moshi.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'moshi.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://moshi.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433089.1447 'REQUEST_TIME' => 1714433089 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:24:53 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:24:53 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:24:53 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:24:53 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:24:53 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:24:53 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:24:53 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:24:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:24:53 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:24:53 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:24:53 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:24:53 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:24:53 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:24:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:24:53 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:24:53 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:24:53 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:24:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:24:53 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:24:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:24:53 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:24:53 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:24:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:24:53 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:24:53 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:24:53 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:24:53 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:24:53 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:24:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:24:53 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:24:53 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:24:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:24:53 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:24:53 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:24:53 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:24:53 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:24:53 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:53 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:53 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:53 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:53 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:53 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:53 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:24:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:24:53 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:24:53 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:24:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:24:53 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:24:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:24:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:24:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:24:53 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:24:53 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:24:53 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '31227' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ssa.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.ssa.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.ssa.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433093.0608 'REQUEST_TIME' => 1714433093 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:24:56 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:24:56 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:24:56 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:24:56 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:24:56 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:24:56 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:24:56 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:24:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:24:56 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:24:56 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:24:56 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:24:56 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:24:56 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:24:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:24:56 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:24:56 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:24:56 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:24:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:24:56 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:24:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:24:56 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:24:56 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:24:56 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:24:56 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:24:56 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:24:56 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:24:56 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:24:56 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:24:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:24:56 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:24:56 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:24:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:24:56 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:24:56 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:24:56 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:24:56 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:24:56 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:56 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:56 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:56 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:56 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:56 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:24:56 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:24:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:24:56 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:24:56 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:24:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:24:56 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:24:56 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:24:56 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:24:56 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:24:56 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:24:56 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:24:56 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '20147' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.gsis.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.gsis.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.gsis.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433096.8897 'REQUEST_TIME' => 1714433096 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:25:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:01 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:01 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:25:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:25:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:25:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:25:01 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:25:01 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:25:01 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:25:01 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:01 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:01 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:01 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:01 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:01 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:01 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:01 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:01 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:01 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:25:01 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:25:01 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '41998' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'freshnation.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'freshnation.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'freshnation.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://freshnation.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433101.302 'REQUEST_TIME' => 1714433101 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:25:04 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:04 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:04 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:04 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:04 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:04 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:04 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:04 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:04 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:04 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:04 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:04 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:04 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:04 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:04 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:04 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:04 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:25:04 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:25:04 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:25:04 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:25:04 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:25:04 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:25:04 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:25:04 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:04 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:04 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:04 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:04 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:04 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:04 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:04 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:04 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:04 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:04 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:04 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:04 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:04 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:04 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:04 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:04 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:04 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:04 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:04 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:25:04 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:25:04 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '8789' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.mjc.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.mjc.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.mjc.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433104.9539 'REQUEST_TIME' => 1714433104 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:25:09 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:09 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:09 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:09 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:09 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:09 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:09 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:09 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:09 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:09 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:09 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:09 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:25:09 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:25:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:25:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:25:09 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:25:09 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:25:09 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:25:09 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:09 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:09 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:09 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:09 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:09 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:09 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:09 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:09 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:09 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:25:09 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:25:09 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '43715' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.islefixit.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.islefixit.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.islefixit.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433109.0511 'REQUEST_TIME' => 1714433109 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:25:12 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:12 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:12 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:12 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:12 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:12 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:12 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:12 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:12 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:12 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:12 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:12 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:12 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:12 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:12 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:12 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:12 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:25:12 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:25:12 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:25:12 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:25:12 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:25:12 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:25:12 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:25:12 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:12 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:12 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:12 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:12 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:12 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:12 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:12 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:12 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:12 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:12 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:12 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:12 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:12 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:12 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:12 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:12 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:12 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:25:12 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:25:12 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '16723' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'demo.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'demo.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://demo.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433112.8897 'REQUEST_TIME' => 1714433112 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:25:16 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:16 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:16 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:16 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:16 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:16 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:16 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:16 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:16 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:16 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:16 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:16 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:16 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:16 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:16 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:16 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:16 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:25:16 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:25:16 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:25:16 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:25:16 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:25:16 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:25:16 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:25:16 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:16 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:16 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:16 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:16 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:16 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:16 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:16 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:16 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:16 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:16 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:16 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:16 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:16 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:16 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:16 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:16 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:16 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:16 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:16 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:16 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:25:16 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:25:16 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '53734' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.benefex.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.benefex.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.benefex.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433116.9154 'REQUEST_TIME' => 1714433116 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:25:21 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:21 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:21 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:21 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:21 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:21 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:21 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:21 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:21 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:21 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:21 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:21 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:21 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:21 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:25:21 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:25:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:25:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:25:21 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:25:21 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:25:21 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:25:21 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:21 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:21 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:21 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:21 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:21 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:21 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:21 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:21 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:21 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:21 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:21 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:21 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:21 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:21 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:21 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:21 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:21 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:25:21 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:25:21 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '39835' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.freshnation.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.freshnation.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.freshnation.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.freshnation.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433121.4631 'REQUEST_TIME' => 1714433121 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:25:25 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:25 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:25 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:25 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:25 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:25 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:25 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:25 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:25 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:25 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:25 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:25 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:25 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:25 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:25:25 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:25:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:25:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:25:25 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:25:25 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:25:25 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:25:25 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:25 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:25 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:25 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:25 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:25 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:25 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:25 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:25 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:25 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:25 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:25 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:25 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:25 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:25 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:25 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:25 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:25 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:25:25 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:25:25 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '43011' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.rob-fn.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.rob-fn.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.rob-fn.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.rob-fn.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433125.4653 'REQUEST_TIME' => 1714433125 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:25:31 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:31 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:31 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:31 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:31 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:31 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:31 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:31 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:31 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:31 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:31 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:31 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:31 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:31 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:31 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:31 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:31 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:31 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:31 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:31 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:25:31 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:25:31 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:25:31 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:25:31 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:25:31 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:25:31 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:25:31 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:31 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:31 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:31 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:31 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:31 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:31 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:31 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:31 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:31 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:31 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:31 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:31 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:31 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:31 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:31 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:31 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:31 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:31 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:31 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:31 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:31 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:25:31 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:25:31 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '12579' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mjc.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'mjc.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mjc.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mjc.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433131.428 'REQUEST_TIME' => 1714433131 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:25:33 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:33 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:33 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:33 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:33 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:33 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:33 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:33 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:33 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:33 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:33 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:33 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:33 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:33 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:25:33 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:25:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:25:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:25:33 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:25:33 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:25:33 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:25:33 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:33 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:33 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:33 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:33 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:33 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:33 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:33 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:33 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:33 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:33 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:33 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:33 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:33 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:33 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:33 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:33 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:33 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:25:33 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:25:33 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '49010' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mercator.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'mercator.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mercator.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mercator.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433133.2445 'REQUEST_TIME' => 1714433133 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:25:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:37 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:37 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:25:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:25:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:25:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:25:37 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:25:37 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:25:37 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:25:37 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:37 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:37 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:37 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:37 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:37 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:37 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:37 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:37 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:37 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:25:37 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:25:37 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '65332' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'prospect-fp.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'prospect-fp.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'prospect-fp.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://prospect-fp.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433137.3393 'REQUEST_TIME' => 1714433137 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:25:41 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:41 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:41 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:41 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:41 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:41 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:41 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:41 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:41 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:41 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:41 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:41 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:25:41 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:25:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:25:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:25:41 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:25:41 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:25:41 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:25:41 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:41 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:41 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:41 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:41 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:41 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:41 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:41 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:41 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:41 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:25:41 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:25:41 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '46799' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'primrose.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'primrose.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'primrose.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://primrose.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433141.1408 'REQUEST_TIME' => 1714433141 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:25:44 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:44 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:44 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:44 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:44 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:44 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:44 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:44 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:44 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:44 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:44 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:44 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:44 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:44 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:44 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:44 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:44 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:25:44 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:25:44 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:25:44 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:25:44 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:25:44 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:25:44 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:25:44 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:44 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:44 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:44 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:44 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:44 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:44 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:44 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:44 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:44 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:44 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:44 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:44 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:44 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:44 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:44 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:44 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:44 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:25:44 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:25:44 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '38275' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'primrose.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'primrose.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://primrose.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433144.8955 'REQUEST_TIME' => 1714433144 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:25:49 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:49 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:49 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:49 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:49 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:49 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:49 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:49 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:49 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:49 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:49 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:49 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:49 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:49 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:49 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:49 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:49 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:25:49 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:25:49 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:25:49 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:25:49 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:25:49 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:25:49 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:25:49 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:49 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:49 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:49 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:49 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:49 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:49 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:49 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:49 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:49 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:49 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:49 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:49 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:49 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:49 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:49 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:49 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:49 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:25:49 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:25:49 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '54984' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'fm2.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'fm2.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://fm2.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433149.2777 'REQUEST_TIME' => 1714433149 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:25:53 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:53 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:53 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:53 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:53 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:53 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:53 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:53 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:53 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:53 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:53 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:53 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:53 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:53 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:53 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:53 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:53 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:25:53 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:25:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:25:53 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:25:53 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:25:53 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:25:53 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:25:53 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:53 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:53 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:53 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:53 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:53 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:53 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:53 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:53 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:53 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:53 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:53 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:53 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:53 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:53 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:53 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:53 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:53 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:25:53 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:25:53 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '62846' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.invidia.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.invidia.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.invidia.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.invidia.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433153.336 'REQUEST_TIME' => 1714433153 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:25:57 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:57 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:57 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:25:57 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:57 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:57 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:25:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:25:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:25:57 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:57 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:25:57 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:57 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:57 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:25:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:25:57 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:25:57 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:25:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:25:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:25:57 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:25:57 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:25:57 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:25:57 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:57 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:25:57 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:57 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:25:57 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:57 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:57 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:25:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:25:57 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:57 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:25:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:25:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:25:57 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:25:57 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:25:57 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '3169' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.fm2.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.fm2.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.fm2.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.fm2.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433157.628 'REQUEST_TIME' => 1714433157 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:26:00 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:00 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:00 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:00 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:00 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:00 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:00 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:00 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:00 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:00 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:00 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:00 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:00 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:00 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:00 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:00 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:00 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:26:00 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:26:00 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:26:00 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:26:00 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:26:00 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:26:00 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:26:00 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:00 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:00 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:00 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:00 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:00 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:00 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:00 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:00 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:00 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:00 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:00 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:00 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:00 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:00 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:00 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:00 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:00 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:26:00 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:26:00 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '26315' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'fm.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'fm.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://fm.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433160.9612 'REQUEST_TIME' => 1714433160 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:26:04 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:04 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:04 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:04 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:04 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:04 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:04 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:04 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:04 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:04 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:04 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:04 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:04 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:04 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:04 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:04 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:04 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:26:04 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:26:04 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:26:04 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:26:04 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:26:04 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:26:04 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:26:04 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:04 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:04 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:04 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:04 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:04 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:04 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:04 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:04 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:04 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:04 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:04 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:04 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:04 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:04 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:04 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:04 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:04 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:04 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:04 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:26:04 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:26:04 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '11200' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'made.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'made.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://made.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433164.9414 'REQUEST_TIME' => 1714433164 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:26:13 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:13 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:13 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:13 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:13 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:13 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:13 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:13 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:13 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:13 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:13 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:13 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:13 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:13 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:26:13 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:26:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:26:13 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:26:13 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:26:13 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:26:13 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:26:13 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:13 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:13 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:13 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:13 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:13 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:13 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:13 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:13 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:13 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:13 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:13 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:13 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:13 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:13 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:13 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:13 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:13 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:26:13 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:26:13 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '51933' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.yb.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.yb.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.yb.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433173.0178 'REQUEST_TIME' => 1714433173 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:26:16 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:16 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:16 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:16 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:16 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:16 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:16 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:16 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:16 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:16 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:16 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:16 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:16 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:16 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:16 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:16 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:16 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:26:16 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:26:16 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:26:16 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:26:16 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:26:16 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:26:16 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:26:16 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:16 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:16 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:16 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:16 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:16 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:16 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:16 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:16 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:16 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:16 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:16 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:16 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:16 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:16 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:16 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:16 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:16 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:16 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:16 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:16 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:26:16 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:26:16 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '8044' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'thefriend.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'thefriend.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://thefriend.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433176.8784 'REQUEST_TIME' => 1714433176 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:26:20 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:20 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:20 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:20 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:20 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:20 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:20 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:20 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:20 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:20 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:20 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:20 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:20 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:20 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:20 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:20 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:20 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:20 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:20 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:20 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:26:20 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:26:20 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:26:20 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:26:20 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:26:20 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:26:20 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:26:20 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:20 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:20 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:20 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:20 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:20 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:20 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:20 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:20 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:20 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:20 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:20 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:20 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:20 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:20 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:20 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:20 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:20 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:20 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:20 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:20 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:20 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:20 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:20 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:26:20 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:26:20 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '10641' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'bwpa2013.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'bwpa2013.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://bwpa2013.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433180.9711 'REQUEST_TIME' => 1714433180 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:26:25 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:25 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:25 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:25 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:25 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:25 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:25 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:25 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:25 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:25 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:25 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:25 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:25 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:25 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:26:25 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:26:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:26:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:26:25 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:26:25 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:26:25 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:26:25 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:25 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:25 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:25 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:25 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:25 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:25 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:25 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:25 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:25 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:25 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:25 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:25 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:25 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:25 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:25 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:25 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:25 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:26:25 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:26:25 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '6064' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ysc-book.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.ysc-book.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.ysc-book.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.ysc-book.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433185.4615 'REQUEST_TIME' => 1714433185 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:26:29 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:29 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:29 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:29 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:29 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:29 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:29 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:29 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:29 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:29 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:29 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:29 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:29 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:29 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:29 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:29 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:29 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:26:29 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:26:29 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:26:29 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:26:29 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:26:29 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:26:29 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:26:29 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:29 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:29 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:29 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:29 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:29 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:29 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:29 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:29 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:29 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:29 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:29 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:29 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:29 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:29 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:29 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:29 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:29 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:26:29 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:26:29 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '11414' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.br.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.br.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.br.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433189.0639 'REQUEST_TIME' => 1714433189 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:26:32 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:32 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:32 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:32 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:32 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:32 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:32 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:32 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:32 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:32 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:32 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:32 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:32 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:32 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:32 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:32 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:32 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:26:32 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:26:32 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:26:32 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:26:32 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:26:32 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:26:32 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:26:32 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:32 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:32 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:32 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:32 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:32 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:32 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:32 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:32 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:32 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:32 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:32 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:32 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:32 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:32 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:32 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:32 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:32 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:26:32 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:26:32 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '59702' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'barbara.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'barbara.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://barbara.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433192.9339 'REQUEST_TIME' => 1714433192 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:26:34 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:34 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:34 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:34 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:34 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:34 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:34 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:34 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:34 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:34 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:34 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:34 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:34 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:34 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:34 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:34 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:34 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:26:34 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:26:34 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:26:34 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:26:34 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:26:34 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:26:34 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:26:34 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:34 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:34 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:34 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:34 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:34 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:34 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:34 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:34 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:34 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:34 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:34 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:34 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:34 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:34 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:34 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:34 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:34 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:34 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:34 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:26:34 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:26:34 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '8423' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'fnathome.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'fnathome.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'fnathome.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://fnathome.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433194.9593 'REQUEST_TIME' => 1714433194 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:26:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:37 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:37 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:26:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:26:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:26:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:26:37 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:26:37 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:26:37 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:26:37 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:37 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:37 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:37 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:37 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:37 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:37 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:37 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:37 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:37 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:26:37 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:26:37 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '43021' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'fnathome.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'fnathome.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://fnathome.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433197.0059 'REQUEST_TIME' => 1714433197 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:26:41 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:41 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:41 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:41 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:41 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:41 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:41 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:41 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:41 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:41 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:41 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:41 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:26:41 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:26:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:26:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:26:41 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:26:41 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:26:41 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:26:41 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:41 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:41 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:41 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:41 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:41 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:41 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:41 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:41 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:41 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:26:41 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:26:41 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '45075' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'thefriend.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'thefriend.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'thefriend.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://thefriend.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433201.5386 'REQUEST_TIME' => 1714433201 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:26:45 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:45 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:45 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:45 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:45 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:45 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:45 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:45 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:45 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:45 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:45 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:45 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:45 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:45 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:26:45 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:26:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:26:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:26:45 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:26:45 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:26:45 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:26:45 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:45 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:45 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:45 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:45 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:45 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:45 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:45 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:45 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:45 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:45 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:45 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:45 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:45 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:45 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:45 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:45 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:45 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:26:45 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:26:45 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '14307' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'ctmfile.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'ctmfile.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://ctmfile.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433205.0215 'REQUEST_TIME' => 1714433205 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:26:49 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:49 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:49 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:49 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:49 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:49 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:49 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:49 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:49 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:49 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:49 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:49 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:49 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:49 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:49 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:49 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:49 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:26:49 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:26:49 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:26:49 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:26:49 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:26:49 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:26:49 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:26:49 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:49 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:49 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:49 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:49 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:49 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:49 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:49 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:49 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:49 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:49 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:49 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:49 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:49 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:49 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:49 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:49 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:49 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:26:49 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:26:49 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '20422' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433209.2552 'REQUEST_TIME' => 1714433209 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:26:52 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:52 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:52 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:52 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:52 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:52 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:52 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:52 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:52 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:52 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:52 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:52 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:52 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:52 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:52 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:52 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:52 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:26:52 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:26:52 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:26:52 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:26:52 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:26:52 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:26:52 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:26:52 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:52 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:52 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:52 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:52 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:52 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:52 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:52 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:52 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:52 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:52 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:52 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:52 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:52 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:52 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:52 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:52 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:52 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:52 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:52 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:26:52 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:26:52 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '11341' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433212.9494 'REQUEST_TIME' => 1714433212 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:26:57 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:57 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:57 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:26:57 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:57 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:57 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:26:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:26:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:26:57 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:57 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:26:57 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:57 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:57 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 16:26:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:26:57 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:26:57 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:26:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:26:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 16:26:57 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 16:26:57 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 16:26:57 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 16:26:57 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:57 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 16:26:57 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:57 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 16:26:57 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:57 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:57 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 16:26:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 16:26:57 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:57 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 16:26:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 16:26:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 16:26:57 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 16:26:57 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 16:26:57 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '35896' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'ao.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'ao.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'ao.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ao.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714433217.3657 'REQUEST_TIME' => 1714433217 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:58:05 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:58:05 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:58:05 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:58:05 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:58:05 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:58:05 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:58:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:58:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:58:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:58:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:58:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:58:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:58:05 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:58:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:58:05 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:58:05 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:58:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:58:05 [-][-][-][info][yii\web\Session::open] Session started 2024-04-29 16:58:05 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '54581' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.pembs-shrink.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.pembs-shrink.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.pembs-shrink.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.pembs-shrink.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.pembs-shrink.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.pembs-shrink.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714435085.3479 'REQUEST_TIME' => 1714435085 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 16:58:09 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:58:09 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:58:09 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 16:58:09 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 16:58:09 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 16:58:09 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 16:58:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:58:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:58:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 16:58:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:58:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:58:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 16:58:09 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:58:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:58:09 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 16:58:09 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 16:58:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 16:58:09 [-][-][-][info][yii\web\Session::open] Session started 2024-04-29 16:58:09 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '6737' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.new.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.new.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.new.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.new.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.new.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.new.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714435089.1077 'REQUEST_TIME' => 1714435089 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 17:01:24 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 17:01:24 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 17:01:24 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 17:01:24 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 17:01:24 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 17:01:24 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 17:01:24 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 17:01:24 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 17:01:24 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 17:01:24 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 17:01:24 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 17:01:24 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 17:01:24 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 17:01:24 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 17:01:24 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 17:01:24 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 17:01:24 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 17:01:24 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 17:01:24 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 17:01:24 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 17:01:24 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 17:01:24 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 17:01:24 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 17:01:24 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 17:01:24 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 17:01:24 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 17:01:24 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 17:01:24 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 17:01:24 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 17:01:24 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 17:01:24 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 17:01:24 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 17:01:24 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 17:01:24 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 17:01:24 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 17:01:24 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 17:01:24 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:24 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:24 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:24 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:24 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:24 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:24 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 17:01:24 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 17:01:24 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 17:01:24 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 17:01:24 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 17:01:24 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 17:01:24 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 17:01:24 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 17:01:24 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 17:01:24 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 17:01:24 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 17:01:24 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '41775' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.pembs-shrink.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.pembs-shrink.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.pembs-shrink.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.pembs-shrink.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714435284.9046 'REQUEST_TIME' => 1714435284 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 17:01:29 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 17:01:29 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 17:01:29 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 17:01:29 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 17:01:29 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 17:01:29 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 17:01:29 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 17:01:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 17:01:29 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 17:01:29 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 17:01:29 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 17:01:29 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 17:01:29 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 17:01:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 17:01:29 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 17:01:29 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 17:01:29 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 17:01:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 17:01:29 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 17:01:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 17:01:29 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 17:01:29 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 17:01:29 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 17:01:29 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 17:01:29 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 17:01:29 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 17:01:29 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 17:01:29 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 17:01:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 17:01:29 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 17:01:29 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 17:01:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 17:01:29 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 17:01:29 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 17:01:29 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 17:01:29 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 17:01:29 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:29 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:29 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:29 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:29 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:29 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:29 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 17:01:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 17:01:29 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 17:01:29 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 17:01:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 17:01:29 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 17:01:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 17:01:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 17:01:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 17:01:29 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 17:01:29 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 17:01:29 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '13174' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.pembstay.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.pembstay.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.pembstay.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.pembstay.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714435289.6286 'REQUEST_TIME' => 1714435289 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 17:01:33 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 17:01:33 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 17:01:33 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 17:01:33 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 17:01:33 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 17:01:33 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 17:01:33 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 17:01:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 17:01:33 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 17:01:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 17:01:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 17:01:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 17:01:33 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 17:01:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 17:01:33 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 17:01:33 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 17:01:33 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 17:01:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 17:01:33 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 17:01:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 17:01:33 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 17:01:33 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 17:01:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 17:01:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 17:01:33 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 17:01:33 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 17:01:33 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 17:01:33 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 17:01:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 17:01:33 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 17:01:33 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 17:01:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 17:01:33 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 17:01:33 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 17:01:33 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 17:01:33 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 17:01:33 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:33 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:33 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:33 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:33 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:33 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:33 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 17:01:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 17:01:33 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 17:01:33 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 17:01:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 17:01:33 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 17:01:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 17:01:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 17:01:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 17:01:33 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 17:01:33 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 17:01:33 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '55756' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.noble.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.noble.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.noble.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.noble.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714435293.2958 'REQUEST_TIME' => 1714435293 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 17:01:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 17:01:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 17:01:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 17:01:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 17:01:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 17:01:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 17:01:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 17:01:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 17:01:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 17:01:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 17:01:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 17:01:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 17:01:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 17:01:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 17:01:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 17:01:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 17:01:37 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 17:01:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 17:01:37 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 17:01:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 17:01:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 17:01:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 17:01:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 17:01:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 17:01:37 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 17:01:37 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 17:01:37 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 17:01:37 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 17:01:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 17:01:37 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 17:01:37 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 17:01:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 17:01:37 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 17:01:37 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 17:01:37 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 17:01:37 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 17:01:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 17:01:37 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 17:01:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 17:01:37 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 17:01:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 17:01:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 17:01:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 17:01:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 17:01:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 17:01:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 17:01:37 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 17:01:37 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 17:01:37 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '22036' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.new.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.new.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.new.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.new.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714435297.3562 'REQUEST_TIME' => 1714435297 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 19:44:54 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 19:44:54 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 19:44:54 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 19:44:54 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 19:44:54 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 19:44:54 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 19:44:54 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 19:44:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 19:44:54 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 19:44:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 19:44:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 19:44:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 19:44:54 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 19:44:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 19:44:54 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 19:44:54 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 19:44:54 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 19:44:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 19:44:54 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 19:44:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 19:44:54 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 19:44:54 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 19:44:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 19:44:54 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 19:44:54 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 19:44:54 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 19:44:54 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 19:44:54 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 19:44:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 19:44:54 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 19:44:54 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 19:44:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 19:44:54 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 19:44:54 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 19:44:54 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 19:44:54 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 19:44:54 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 19:44:54 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 19:44:54 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 19:44:54 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 19:44:54 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 19:44:54 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 19:44:54 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 19:44:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 19:44:54 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 19:44:54 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 19:44:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 19:44:54 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 19:44:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 19:44:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 19:44:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 19:44:54 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 19:44:54 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 19:44:54 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '58723' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '82.165.224.177' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'whywomenwork.org' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_HOST' => 'whywomenwork.org' 'HTTP_USER_AGENT' => 'IonCrawl (https://www.ionos.de/terms-gtc/faq-crawler-en/)' 'HTTP_CONNECTION' => 'keep-alive' 'SSL_TLS_SNI' => 'whywomenwork.org' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://whywomenwork.org/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714445094.6112 'REQUEST_TIME' => 1714445094 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 19:55:52 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 19:55:52 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 19:55:52 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 19:55:52 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 19:55:52 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 19:55:52 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 19:55:52 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 19:55:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 19:55:52 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 19:55:52 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 19:55:52 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 19:55:52 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 19:55:52 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 19:55:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 19:55:52 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 19:55:52 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 19:55:52 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 19:55:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 19:55:52 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 19:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 19:55:52 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 19:55:52 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 19:55:52 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 19:55:52 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 19:55:52 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 19:55:52 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 19:55:52 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 19:55:52 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 19:55:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 19:55:52 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 19:55:52 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 19:55:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 19:55:52 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 19:55:52 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 19:55:52 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 19:55:52 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 19:55:52 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 19:55:52 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 19:55:52 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 19:55:52 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 19:55:52 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 19:55:52 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 19:55:52 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 19:55:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 19:55:52 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 19:55:52 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 19:55:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 19:55:52 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 19:55:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 19:55:52 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 19:55:52 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 19:55:52 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 19:55:52 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 19:55:52 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '55593' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '82.165.224.167' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'everydayinclusion.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_HOST' => 'everydayinclusion.com' 'HTTP_USER_AGENT' => 'IonCrawl (https://www.ionos.de/terms-gtc/faq-crawler-en/)' 'HTTP_CONNECTION' => 'keep-alive' 'SSL_TLS_SNI' => 'everydayinclusion.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://everydayinclusion.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714445752.6455 'REQUEST_TIME' => 1714445752 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:06:05 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:06:05 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:06:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:06:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:06:05 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:06:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:06:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:06:05 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:06:05 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:06:05 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:06:05 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:06:05 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:06:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:06:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:06:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:06:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:06:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:06:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:06:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:06:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:06:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:06:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:06:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:06:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:06:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:06:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:06:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:06:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:06:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:06:05 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:06:05 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:06:05 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:06:05 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:06:05 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '32686' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.pembs-shrink.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.pembs-shrink.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.pembs-shrink.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.pembs-shrink.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.pembs-shrink.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.pembs-shrink.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714446365.3909 'REQUEST_TIME' => 1714446365 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:06:09 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:06:09 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:06:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:06:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:06:09 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:06:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:06:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:06:09 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:06:09 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:06:09 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:06:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:06:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:06:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:06:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:06:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:06:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:06:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:06:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:06:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:06:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:06:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:06:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:06:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:06:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:06:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:06:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:06:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:06:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:06:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:06:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:06:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:06:09 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:06:09 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:06:09 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '16357' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.new.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.new.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.new.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.new.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.new.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.new.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714446369.172 'REQUEST_TIME' => 1714446369 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:51:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:51:37 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:51:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:51:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:51:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:51:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:51:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:51:37 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:51:37 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:51:37 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:51:37 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:51:37 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:51:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:51:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:51:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:51:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:51:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:51:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:51:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:51:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:51:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:51:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:51:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:51:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:51:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:51:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:51:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:51:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:51:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:51:37 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:51:37 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:51:37 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:51:37 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:51:37 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '50909' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.imn.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.imn.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.imn.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.imn.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.imn.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.imn.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449097.1566 'REQUEST_TIME' => 1714449097 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:51:41 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:51:41 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:51:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:51:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:51:41 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:51:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:51:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:51:41 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:51:41 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:51:41 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:51:41 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:51:41 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:51:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:51:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:51:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:51:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:51:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:51:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:51:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:51:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:51:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:51:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:51:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:51:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:51:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:51:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:51:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:51:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:51:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:51:41 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:51:41 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:51:41 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:51:41 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:51:41 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '37961' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.sandbox.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.sandbox.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.sandbox.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.sandbox.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.sandbox.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.sandbox.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449101.2763 'REQUEST_TIME' => 1714449101 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:51:44 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:51:44 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:51:44 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:51:44 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:51:44 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:51:44 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:51:44 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:51:44 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:51:44 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:51:44 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:51:44 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:51:44 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:51:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:51:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:51:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:51:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:51:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:51:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:51:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:51:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:51:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:51:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:51:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:51:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:51:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:51:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:51:44 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:51:44 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:51:44 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:51:44 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:51:44 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:51:44 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:51:44 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:51:44 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '60126' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'pembs-shrink.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'pembs-shrink.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://pembs-shrink.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://pembs-shrink.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449104.8964 'REQUEST_TIME' => 1714449104 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:51:53 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:51:53 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:51:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:51:53 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:51:53 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:51:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:51:53 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:51:53 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:51:53 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:51:53 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:51:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:51:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:51:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:51:53 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:51:54 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:51:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:51:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:51:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:51:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:51:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:51:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:51:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:51:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:51:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:51:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:51:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:51:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:51:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:51:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:51:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:51:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:51:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:51:54 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:51:54 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:51:54 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:51:54 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:51:53 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '4803' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.barbara.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.barbara.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.barbara.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.barbara.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449113.9801 'REQUEST_TIME' => 1714449113 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:52:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:01 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:52:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:52:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:52:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:52:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:52:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:52:01 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:52:01 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:52:01 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:01 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:01 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:01 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:52:01 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:52:01 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '12933' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.freshnation.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.freshnation.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.freshnation.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.freshnation.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.freshnation.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.freshnation.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449121.1647 'REQUEST_TIME' => 1714449121 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:52:06 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:06 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:52:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:52:06 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:52:06 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:52:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:52:06 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:52:06 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:52:06 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:52:06 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:06 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:06 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:06 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:06 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:06 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:52:06 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:52:06 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '4300' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.rob-fn.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.rob-fn.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.rob-fn.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.rob-fn.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.rob-fn.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.rob-fn.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449126.5391 'REQUEST_TIME' => 1714449126 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:52:09 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:09 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:52:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:52:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:52:09 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:52:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:52:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:52:09 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:52:09 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:52:09 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:09 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:52:09 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:52:09 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '27529' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.issuu.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.issuu.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.issuu.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.issuu.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449129.3015 'REQUEST_TIME' => 1714449129 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:52:17 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:17 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:52:17 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:52:17 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:52:17 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:52:17 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:52:17 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:52:17 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:52:17 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:52:17 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:17 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:17 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:17 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:17 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:17 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:17 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:17 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:17 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:52:17 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:52:17 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '48769' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.yb.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.yb.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.yb.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.yb.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.yb.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.yb.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449137.433 'REQUEST_TIME' => 1714449137 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:52:20 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:20 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:52:20 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:52:20 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:52:20 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:52:20 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:52:20 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:52:20 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:52:20 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:52:20 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:20 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:20 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:20 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:20 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:20 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:20 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:20 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:20 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:20 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:20 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:20 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:20 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:20 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:20 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:20 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:20 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:20 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:20 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:20 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:20 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:20 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:20 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:52:20 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:52:20 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '2924' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ssa.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.ssa.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.ssa.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.ssa.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449140.886 'REQUEST_TIME' => 1714449140 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:52:25 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:25 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:52:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:52:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:52:25 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:52:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:52:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:52:25 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:52:25 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:52:25 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:25 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:25 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:25 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:25 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:25 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:52:25 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:52:25 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '60125' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.tia.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.tia.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.tia.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.tia.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.tia.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.tia.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449145.2022 'REQUEST_TIME' => 1714449145 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:52:29 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:29 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:52:29 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:52:29 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:52:29 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:52:29 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:52:29 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:52:29 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:52:29 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:52:29 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:29 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:29 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:29 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:29 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:29 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:29 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:29 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:29 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:52:29 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:52:29 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '63872' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.vanilla.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.vanilla.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.vanilla.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.vanilla.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.vanilla.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.vanilla.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449149.2523 'REQUEST_TIME' => 1714449149 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:52:33 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:33 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:52:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:52:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:52:33 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:52:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:52:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:52:33 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:52:33 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:52:33 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:33 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:33 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:33 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:33 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:33 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:52:33 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:52:33 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '21993' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.mjc.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.mjc.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.mjc.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.mjc.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.mjc.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.mjc.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449153.0888 'REQUEST_TIME' => 1714449153 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:52:38 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:38 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:52:38 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:52:38 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:52:38 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:52:38 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:52:38 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:52:38 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:52:38 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:52:38 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:38 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:38 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:38 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:38 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:38 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:38 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:38 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:38 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:52:38 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:52:38 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '24106' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.moshi.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.moshi.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.moshi.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.moshi.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.moshi.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.moshi.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449158.8684 'REQUEST_TIME' => 1714449158 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:52:41 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:41 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:52:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:52:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:52:41 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:52:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:52:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:52:41 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:52:41 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:52:41 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:41 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:41 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:41 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:41 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:41 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:52:41 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:52:41 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '23762' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.hippo.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.hippo.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.hippo.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.hippo.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449161.2588 'REQUEST_TIME' => 1714449161 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:52:48 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:48 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:52:48 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:52:48 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:52:48 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:52:48 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:52:48 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:52:48 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:52:48 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:52:48 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:48 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:48 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:48 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:48 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:48 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:48 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:48 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:48 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:52:48 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:52:48 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '3551' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'ao.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'ao.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://ao.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://ao.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449168.9321 'REQUEST_TIME' => 1714449168 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:52:57 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:52:57 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:52:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:52:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:52:57 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:52:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:52:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:52:57 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:52:57 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:52:57 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:52:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:52:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:52:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:52:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:52:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:52:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:52:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:52:57 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:52:57 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:52:57 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '24336' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.fnathome.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.fnathome.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.fnathome.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.fnathome.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449177.0179 'REQUEST_TIME' => 1714449177 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:53:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:01 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:53:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:53:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:53:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:53:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:53:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:53:01 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:53:01 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:53:01 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:01 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:01 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:01 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:53:01 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:53:01 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '26078' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'made.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'made.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://made.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://made.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449181.1715 'REQUEST_TIME' => 1714449181 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:53:10 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:10 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:53:10 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:53:10 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:53:10 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:53:10 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:53:10 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:53:10 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:53:10 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:53:10 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:10 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:10 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:10 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:10 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:10 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:10 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:10 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:10 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:10 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:10 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:10 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:10 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:10 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:10 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:10 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:10 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:10 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:10 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:10 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:10 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:10 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:10 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:53:10 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:53:10 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '25320' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'ysc-book.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'ysc-book.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'ysc-book.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ysc-book.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'ysc-book.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://ysc-book.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449190.1169 'REQUEST_TIME' => 1714449190 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:53:13 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:13 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:53:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:53:13 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:53:13 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:53:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:53:13 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:53:13 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:53:13 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:53:13 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:13 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:13 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:13 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:13 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:13 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:53:13 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:53:13 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '9985' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'barbara.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'barbara.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'barbara.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://barbara.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'barbara.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://barbara.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449193.4407 'REQUEST_TIME' => 1714449193 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:53:17 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:17 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:53:17 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:53:17 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:53:17 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:53:17 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:53:17 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:53:17 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:53:17 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:53:17 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:17 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:17 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:17 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:17 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:17 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:17 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:17 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:17 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:53:17 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:53:17 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '19087' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.mithra62.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.mithra62.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.mithra62.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.mithra62.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449197.2138 'REQUEST_TIME' => 1714449197 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:53:26 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:26 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:53:26 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:53:26 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:53:26 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:53:26 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:53:26 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:53:26 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:53:26 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:53:26 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:26 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:26 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:26 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:26 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:26 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:26 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:26 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:26 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:53:26 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:53:26 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '41214' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'pembs-shrink.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'pembs-shrink.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'pembs-shrink.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://pembs-shrink.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'pembs-shrink.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://pembs-shrink.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449206.6942 'REQUEST_TIME' => 1714449206 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:53:28 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:28 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:53:28 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:53:28 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:53:28 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:53:28 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:53:28 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:53:28 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:53:28 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:53:28 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:28 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:28 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:28 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:28 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:28 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:28 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:28 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:28 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:53:28 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:53:28 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '64692' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'shanklin-chine.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'shanklin-chine.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://shanklin-chine.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://shanklin-chine.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449208.9076 'REQUEST_TIME' => 1714449208 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:53:33 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:33 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:53:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:53:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:53:33 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:53:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:53:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:53:33 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:53:33 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:53:33 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:33 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:33 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:33 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:33 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:33 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:53:33 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:53:33 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '53075' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'smartvision.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'smartvision.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'smartvision.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://smartvision.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'smartvision.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://smartvision.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449213.1792 'REQUEST_TIME' => 1714449213 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:53:36 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:36 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:53:36 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:53:36 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:53:36 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:53:36 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:53:36 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:53:36 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:53:36 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:53:36 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:36 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:36 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:36 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:36 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:36 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:36 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:36 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:36 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:36 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:36 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:36 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:36 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:36 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:36 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:36 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:36 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:36 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:36 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:36 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:36 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:36 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:36 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:53:36 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:53:36 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '16462' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'reeminder.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'reeminder.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://reeminder.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://reeminder.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449216.8704 'REQUEST_TIME' => 1714449216 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:53:45 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:45 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:53:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:53:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:53:45 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:53:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:53:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:53:45 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:53:45 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:53:45 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:45 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:45 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:45 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:45 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:45 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:53:45 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:53:45 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '64285' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'gsis.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'gsis.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'gsis.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://gsis.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'gsis.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://gsis.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449225.1049 'REQUEST_TIME' => 1714449225 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:53:49 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:49 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:53:49 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:53:49 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:53:49 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:53:49 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:53:49 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:53:49 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:53:49 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:53:49 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:49 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:49 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:49 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:49 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:49 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:49 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:49 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:49 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:53:49 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:53:49 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '11659' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'fm.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'fm.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'fm.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://fm.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'fm.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://fm.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449229.2416 'REQUEST_TIME' => 1714449229 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:53:53 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:53 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:53:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:53:53 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:53:53 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:53:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:53:53 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:53:53 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:53:53 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:53:53 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:53 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:53 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:53 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:53 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:53 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:53 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:53 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:53 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:53:53 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:53:53 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '39194' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ysc-book.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.ysc-book.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.ysc-book.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.ysc-book.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449233.2884 'REQUEST_TIME' => 1714449233 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:53:57 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:53:57 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:53:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:53:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:53:57 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:53:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:53:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:53:57 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:53:57 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:53:57 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:53:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:53:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:53:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:53:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:53:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:53:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:53:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:53:57 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:53:57 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:53:57 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '36511' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.freshnation.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.freshnation.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.freshnation.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.freshnation.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449237.0114 'REQUEST_TIME' => 1714449237 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:54:06 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:06 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:54:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:54:06 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:54:06 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:54:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:54:06 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:54:06 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:54:06 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:54:06 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:06 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:54:06 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:54:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:54:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:54:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:06 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:54:06 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:54:06 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:54:06 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:54:06 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '2689' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mjc.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'mjc.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mjc.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mjc.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mjc.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mjc.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449246.2152 'REQUEST_TIME' => 1714449246 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:54:09 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:09 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:54:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:54:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:54:09 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:54:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:54:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:54:09 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:54:09 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:54:09 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:54:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:54:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:54:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:54:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:54:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:54:09 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:54:09 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:54:09 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '52271' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.sportcel.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.sportcel.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.sportcel.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.sportcel.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.sportcel.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.sportcel.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449249.2127 'REQUEST_TIME' => 1714449249 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:54:13 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:13 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:54:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:54:13 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:54:13 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:54:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:54:13 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:54:13 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:54:13 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:54:13 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:13 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:54:13 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:54:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:54:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:54:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:13 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:54:13 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:54:13 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:54:13 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:54:13 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '13724' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'gands.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'gands.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'gands.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://gands.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'gands.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://gands.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449253.2668 'REQUEST_TIME' => 1714449253 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:54:17 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:17 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:54:17 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:54:17 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:54:17 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:54:17 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:54:17 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:54:17 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:54:17 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:54:17 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:17 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:54:17 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:54:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:54:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:54:17 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:17 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:17 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:17 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:54:17 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:54:17 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:54:17 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:54:17 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '48991' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'noble.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'noble.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'noble.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://noble.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'noble.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://noble.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449257.2007 'REQUEST_TIME' => 1714449257 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:54:21 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:21 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:54:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:54:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:54:21 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:54:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:54:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:54:21 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:54:21 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:54:21 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:54:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:54:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:54:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:54:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:54:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:54:21 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:54:21 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:54:21 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '36391' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'fnathome.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'fnathome.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://fnathome.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://fnathome.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449261.2762 'REQUEST_TIME' => 1714449261 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:54:29 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:29 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:54:29 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:54:29 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:54:29 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:54:29 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:54:29 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:54:29 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:54:29 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:54:29 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:29 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:54:29 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:54:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:54:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:54:29 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:29 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:29 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:29 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:54:29 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:54:29 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:54:29 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:54:29 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '42721' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'test.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'test.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'test.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://test.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'test.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://test.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449269.37 'REQUEST_TIME' => 1714449269 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:54:33 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:33 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:54:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:54:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:54:33 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:54:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:54:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:54:33 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:54:33 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:54:33 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:33 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:54:33 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:54:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:54:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:54:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:33 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:54:33 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:54:33 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:54:33 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:54:33 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '36353' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.yb.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.yb.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.yb.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.yb.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449273.5144 'REQUEST_TIME' => 1714449273 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:54:41 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:41 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:54:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:54:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:54:41 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:54:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:54:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:54:41 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:54:41 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:54:41 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:41 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:54:41 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:54:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:54:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:54:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:41 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:54:41 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:54:41 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:54:41 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:54:41 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '53288' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'bwpa2013.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'bwpa2013.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://bwpa2013.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://bwpa2013.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449281.3789 'REQUEST_TIME' => 1714449281 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:54:48 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:48 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:54:48 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:54:48 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:54:48 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:54:48 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:54:48 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:54:48 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:54:48 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:54:48 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:48 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:54:48 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:54:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:54:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:54:48 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:48 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:48 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:48 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:54:48 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:54:48 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:54:48 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:54:48 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '10854' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.rob-fn.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.rob-fn.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.rob-fn.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.rob-fn.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449288.9139 'REQUEST_TIME' => 1714449288 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:54:57 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:54:57 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:54:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:54:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:54:57 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:54:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:54:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:54:57 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:54:57 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:54:57 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:54:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:54:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:54:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:54:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:54:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:54:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:54:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:54:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:54:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:54:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:54:57 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:54:57 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:54:57 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '2028' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.gsis.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.gsis.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.gsis.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.gsis.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.gsis.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.gsis.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449297.2405 'REQUEST_TIME' => 1714449297 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:55:02 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:02 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:55:02 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:55:02 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:55:02 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:55:02 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:55:02 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:55:02 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:55:02 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:55:02 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:02 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:55:02 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:55:02 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:02 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:02 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:02 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:02 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:02 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:02 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:02 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:02 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:02 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:02 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:02 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:02 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:55:02 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:55:02 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:02 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:02 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:02 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:55:02 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:55:02 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:55:02 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:55:02 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '33739' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.pembstay.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.pembstay.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.pembstay.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.pembstay.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449302.3613 'REQUEST_TIME' => 1714449302 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:55:09 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:09 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:55:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:55:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:55:09 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:55:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:55:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:55:09 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:55:09 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:55:09 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:55:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:55:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:55:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:55:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:55:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:55:09 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:55:09 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:55:09 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '6753' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'prospect-fp.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'prospect-fp.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'prospect-fp.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://prospect-fp.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'prospect-fp.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://prospect-fp.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449309.4084 'REQUEST_TIME' => 1714449309 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:55:13 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:13 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:55:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:55:13 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:55:13 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:55:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:55:13 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:55:13 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:55:13 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:55:13 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:13 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:55:13 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:55:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:55:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:55:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:13 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:55:13 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:55:13 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:55:13 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:55:13 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '22106' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.noble.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.noble.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.noble.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.noble.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.noble.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.noble.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449313.8688 'REQUEST_TIME' => 1714449313 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:55:18 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:18 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:55:18 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:55:18 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:55:18 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:55:18 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:55:18 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:55:18 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:55:18 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:55:18 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:18 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:55:18 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:55:18 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:18 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:18 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:18 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:18 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:18 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:18 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:18 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:18 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:18 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:18 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:18 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:18 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:55:18 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:55:18 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:18 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:18 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:18 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:55:18 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:55:18 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:55:18 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:55:18 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '40075' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.sportcel.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.sportcel.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.sportcel.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.sportcel.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449318.2931 'REQUEST_TIME' => 1714449318 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:55:25 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:25 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:55:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:55:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:55:25 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:55:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:55:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:55:25 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:55:25 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:55:25 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:25 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:55:25 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:55:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:55:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:55:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:25 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:55:25 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:55:25 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:55:25 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:55:25 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '59088' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.new.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.new.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.new.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.new.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449325.0955 'REQUEST_TIME' => 1714449325 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:55:33 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:33 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:55:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:55:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:55:33 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:55:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:55:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:55:33 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:55:33 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:55:33 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:33 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:55:33 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:55:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:55:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:55:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:33 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:55:33 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:55:33 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:55:33 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:55:33 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '23193' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'cheetah.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'cheetah.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'cheetah.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://cheetah.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'cheetah.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://cheetah.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449333.3373 'REQUEST_TIME' => 1714449333 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:55:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:37 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:55:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:55:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:55:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:55:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:55:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:55:37 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:55:37 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:55:37 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:37 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:55:37 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:55:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:55:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:55:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:37 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:55:37 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:55:37 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:55:37 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:55:37 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '16722' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.trunk.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.trunk.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.trunk.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.trunk.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449337.8852 'REQUEST_TIME' => 1714449337 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:55:45 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:45 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:45 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:45 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:45 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:45 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:46 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:55:46 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:55:46 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:55:46 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:55:46 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:55:46 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:55:46 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:55:46 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:55:46 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:46 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:55:46 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:55:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:46 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:55:46 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:55:46 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:46 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:46 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:46 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:55:46 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:55:46 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:55:46 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:55:45 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '15858' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.invidia.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.invidia.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.invidia.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.invidia.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.invidia.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.invidia.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449345.9963 'REQUEST_TIME' => 1714449345 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:55:49 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:49 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:55:49 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:55:49 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:55:49 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:55:49 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:55:49 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:55:49 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:55:49 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:55:49 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:49 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:55:49 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:55:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:55:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:55:49 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:49 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:49 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:49 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:55:49 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:55:49 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:55:49 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:55:49 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '62989' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.smartvision.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.smartvision.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.smartvision.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.smartvision.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.smartvision.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.smartvision.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449349.3316 'REQUEST_TIME' => 1714449349 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:55:52 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:55:52 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:55:52 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:55:52 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:55:52 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:55:52 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:55:52 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:55:52 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:55:52 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:55:52 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:55:52 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:55:52 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:55:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:55:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:55:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:55:52 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:55:52 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:55:52 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:52 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:52 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:55:52 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:55:52 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:55:52 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:55:52 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:55:52 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '42225' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'beta.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'beta.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://beta.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://beta.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449352.8391 'REQUEST_TIME' => 1714449352 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:56:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:01 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:56:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:56:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:56:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:56:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:56:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:56:01 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:56:01 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:56:01 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:01 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:01 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:01 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:56:01 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:56:01 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '23290' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.hippo.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.hippo.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.hippo.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.hippo.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.hippo.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.hippo.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449361.081 'REQUEST_TIME' => 1714449361 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:56:05 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:05 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:56:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:56:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:56:05 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:56:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:56:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:56:05 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:56:05 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:56:05 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:05 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:05 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:05 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:05 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:05 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:56:05 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:56:05 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '54997' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'benefex.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'benefex.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'benefex.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://benefex.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'benefex.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://benefex.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449365.6542 'REQUEST_TIME' => 1714449365 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:56:09 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:09 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:56:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:56:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:56:09 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:56:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:56:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:56:09 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:56:09 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:56:09 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:09 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:56:09 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:56:09 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '34727' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'gands.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'gands.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://gands.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://gands.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449369.24 'REQUEST_TIME' => 1714449369 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:56:17 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:17 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:56:17 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:56:17 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:56:17 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:56:17 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:56:17 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:56:17 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:56:17 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:56:17 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:17 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:17 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:17 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:17 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:17 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:17 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:17 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:17 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:56:17 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:56:17 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '37674' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'sandbox.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'sandbox.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://sandbox.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://sandbox.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449377.1656 'REQUEST_TIME' => 1714449377 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:56:25 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:25 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:56:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:56:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:56:25 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:56:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:56:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:56:25 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:56:25 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:56:25 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:25 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:25 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:25 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:25 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:25 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:56:25 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:56:25 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '32028' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.fnathome.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.fnathome.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.fnathome.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.fnathome.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.fnathome.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.fnathome.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449385.3098 'REQUEST_TIME' => 1714449385 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:56:29 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:29 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:56:29 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:56:29 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:56:29 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:56:29 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:56:29 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:56:29 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:56:29 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:56:29 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:29 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:29 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:29 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:29 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:29 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:29 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:29 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:29 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:56:29 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:56:29 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '63596' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ryderight.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.ryderight.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.ryderight.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.ryderight.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449389.3808 'REQUEST_TIME' => 1714449389 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:56:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:37 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:56:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:56:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:56:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:56:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:56:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:56:37 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:56:37 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:56:37 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:37 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:37 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:37 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:37 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:37 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:56:37 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:56:37 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '47410' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'beta.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'beta.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'beta.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://beta.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'beta.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://beta.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449397.2146 'REQUEST_TIME' => 1714449397 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:56:41 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:41 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:56:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:56:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:56:41 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:56:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:56:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:56:41 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:56:41 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:56:41 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:41 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:41 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:41 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:41 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:41 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:56:41 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:56:41 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '1625' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'br.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'br.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'br.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://br.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'br.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://br.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449401.022 'REQUEST_TIME' => 1714449401 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:56:45 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:45 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:56:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:56:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:56:45 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:56:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:56:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:56:45 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:56:45 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:56:45 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:45 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:45 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:45 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:45 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:45 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:56:45 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:56:45 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '19294' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'issuu.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'issuu.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'issuu.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://issuu.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'issuu.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://issuu.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449405.7754 'REQUEST_TIME' => 1714449405 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:56:48 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:48 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:56:48 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:56:48 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:56:48 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:56:48 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:56:48 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:56:48 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:56:48 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:56:48 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:48 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:48 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:48 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:48 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:48 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:48 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:48 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:48 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:56:48 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:56:48 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '26479' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'tia.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'tia.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://tia.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://tia.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449408.9569 'REQUEST_TIME' => 1714449408 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:56:57 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:56:57 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:56:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:56:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:56:57 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:56:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:56:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:56:57 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:56:57 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:56:57 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:56:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:56:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:56:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:56:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:56:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:56:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:56:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:56:57 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:56:57 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:56:57 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '55316' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.pembstay.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.pembstay.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.pembstay.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.pembstay.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.pembstay.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.pembstay.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449417.2338 'REQUEST_TIME' => 1714449417 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:57:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:01 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:57:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:57:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:57:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:57:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:57:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:57:01 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:57:01 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:57:01 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:57:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:57:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:57:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:57:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:01 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:57:01 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:57:01 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:57:01 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:57:01 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '37353' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'subscryb.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'subscryb.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://subscryb.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://subscryb.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449421.0544 'REQUEST_TIME' => 1714449421 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:57:09 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:09 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:57:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:57:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:57:09 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:57:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:57:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:57:09 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:57:09 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:57:09 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:57:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:57:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:57:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:57:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:57:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:57:09 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:57:09 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:57:08 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '55616' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.tia.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.tia.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.tia.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.tia.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449428.998 'REQUEST_TIME' => 1714449428 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:57:17 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:17 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:57:17 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:57:17 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:57:17 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:57:17 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:57:17 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:57:17 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:57:17 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:57:17 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:17 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:57:17 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:57:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:57:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:57:17 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:17 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:17 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:17 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:57:17 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:57:17 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:57:17 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:57:17 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '4168' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'cpanel.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'cpanel.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'cpanel.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://cpanel.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'cpanel.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://cpanel.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449437.4148 'REQUEST_TIME' => 1714449437 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:57:21 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:21 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:57:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:57:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:57:21 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:57:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:57:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:57:21 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:57:21 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:57:21 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:57:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:57:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:57:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:57:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:57:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:57:21 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:57:21 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:57:21 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '29638' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mithra62.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'mithra62.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mithra62.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mithra62.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mithra62.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mithra62.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449441.087 'REQUEST_TIME' => 1714449441 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:57:27 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:27 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:57:27 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:57:27 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:57:27 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:57:27 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:57:27 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:57:27 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:57:27 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:57:27 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:27 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:57:27 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:57:27 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:27 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:27 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:27 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:27 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:27 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:27 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:27 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:27 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:27 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:27 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:27 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:27 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:57:27 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:57:27 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:27 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:27 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:27 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:57:27 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:57:27 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:57:27 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:57:27 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '21098' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'imn.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'imn.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://imn.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://imn.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449447.1807 'REQUEST_TIME' => 1714449447 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:57:33 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:33 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:57:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:57:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:57:33 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:57:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:57:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:57:33 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:57:33 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:57:33 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:33 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:57:33 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:57:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:57:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:57:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:33 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:57:33 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:57:33 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:57:33 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:57:33 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '32258' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'subscryb.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'subscryb.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'subscryb.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://subscryb.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'subscryb.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://subscryb.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449453.6016 'REQUEST_TIME' => 1714449453 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:57:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:37 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:57:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:57:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:57:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:57:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:57:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:57:37 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:57:37 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:57:37 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:37 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:57:37 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:57:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:57:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:57:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:37 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:57:37 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:57:37 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:57:37 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:57:37 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '42681' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.reeminder.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.reeminder.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.reeminder.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.reeminder.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449457.0537 'REQUEST_TIME' => 1714449457 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:57:44 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:44 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:44 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:44 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:44 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:44 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:44 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:44 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:44 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:44 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:44 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:57:44 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:57:44 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:57:44 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:57:44 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:57:44 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:57:44 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:57:44 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:57:44 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:57:44 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:44 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:44 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:44 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:44 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:44 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:44 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:44 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:44 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:44 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:45 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:57:45 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:57:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:57:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:57:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:45 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:57:45 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:57:45 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:57:45 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:57:44 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '5329' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.gsis.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.gsis.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.gsis.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.gsis.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449464.9821 'REQUEST_TIME' => 1714449464 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:57:54 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:54 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:57:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:57:54 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:57:54 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:57:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:57:54 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:57:54 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:57:54 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:57:54 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:54 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:57:54 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:57:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:57:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:57:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:54 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:57:54 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:57:54 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:57:54 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:57:54 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '34415' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.islefixit.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.islefixit.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.islefixit.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.islefixit.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.islefixit.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.islefixit.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449474.4803 'REQUEST_TIME' => 1714449474 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:57:57 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:57:57 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:57:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:57:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:57:57 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:57:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:57:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:57:57 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:57:57 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:57:57 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:57:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:57:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:57:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:57:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:57:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:57:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:57:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:57:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:57:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:57:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:57:57 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:57:57 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:57:57 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '12150' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'smartvision.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'smartvision.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://smartvision.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://smartvision.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449477.0275 'REQUEST_TIME' => 1714449477 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:58:05 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:05 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:58:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:58:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:58:05 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:58:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:58:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:58:05 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:58:05 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:58:05 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:05 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:05 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:05 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:05 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:05 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:58:05 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:58:05 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '15865' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'hpd.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'hpd.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'hpd.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://hpd.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'hpd.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://hpd.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449485.0436 'REQUEST_TIME' => 1714449485 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:58:09 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:09 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:58:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:58:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:58:09 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:58:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:58:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:58:09 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:58:09 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:58:09 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:09 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:58:09 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:58:09 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '11783' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'sportcel.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'sportcel.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'sportcel.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://sportcel.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'sportcel.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://sportcel.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449489.4794 'REQUEST_TIME' => 1714449489 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:58:12 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:12 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:58:12 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:58:12 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:58:12 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:58:12 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:58:12 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:58:12 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:58:12 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:58:12 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:12 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:12 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:13 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:13 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:13 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:58:13 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:58:12 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '23543' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'gsis.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'gsis.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://gsis.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://gsis.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449492.9657 'REQUEST_TIME' => 1714449492 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:58:21 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:21 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:58:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:58:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:58:21 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:58:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:58:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:58:21 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:58:21 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:58:21 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:21 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:58:21 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:58:21 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '1511' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'fm2.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'fm2.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://fm2.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://fm2.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449501.367 'REQUEST_TIME' => 1714449501 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:58:29 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:29 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:58:29 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:58:29 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:58:29 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:58:29 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:58:29 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:58:29 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:58:29 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:58:29 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:29 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:29 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:29 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:29 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:29 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:29 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:29 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:29 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:58:29 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:58:29 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '11126' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mercator.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'mercator.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mercator.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mercator.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mercator.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mercator.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449509.1625 'REQUEST_TIME' => 1714449509 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:58:33 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:33 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:58:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:58:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:58:33 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:58:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:58:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:58:33 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:58:33 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:58:33 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:33 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:33 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:33 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:33 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:33 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:58:33 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:58:33 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '33795' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.reeminder.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.reeminder.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.reeminder.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.reeminder.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.reeminder.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.reeminder.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449513.248 'REQUEST_TIME' => 1714449513 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:58:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:37 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:58:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:58:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:58:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:58:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:58:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:58:37 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:58:37 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:58:37 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:37 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:37 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:37 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:37 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:37 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:58:37 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:58:37 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '14085' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.mithra62.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.mithra62.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.mithra62.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.mithra62.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.mithra62.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.mithra62.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449517.1066 'REQUEST_TIME' => 1714449517 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:58:41 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:41 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:58:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:58:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:58:41 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:58:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:58:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:58:41 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:58:41 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:58:41 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:41 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:41 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:41 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:41 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:41 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:58:41 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:58:41 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '27506' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'yb.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'yb.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'yb.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://yb.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'yb.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://yb.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449521.2084 'REQUEST_TIME' => 1714449521 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:58:45 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:45 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:58:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:58:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:58:45 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:58:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:58:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:58:45 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:58:45 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:58:45 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:45 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:45 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:45 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:45 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:45 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:58:45 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:58:45 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '57087' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'imn.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'imn.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'imn.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://imn.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'imn.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://imn.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449525.0109 'REQUEST_TIME' => 1714449525 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:58:53 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:53 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:58:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:58:53 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:58:53 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:58:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:58:53 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:58:53 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:58:53 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:58:53 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:53 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:53 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:53 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:53 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:53 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:53 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:53 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:53 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:58:53 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:58:53 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '10168' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'friezeshop.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'friezeshop.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'friezeshop.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://friezeshop.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'friezeshop.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://friezeshop.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449533.1674 'REQUEST_TIME' => 1714449533 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:58:54 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:54 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:58:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:58:54 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:58:54 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:58:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:58:54 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:58:54 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:58:54 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:58:54 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:54 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:54 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:54 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:54 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:54 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:58:54 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:58:54 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '10621' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.test.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.test.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.test.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.test.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.test.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.test.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449534.5535 'REQUEST_TIME' => 1714449534 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:58:57 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:58:57 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:58:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:58:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:58:57 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:58:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:58:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:58:57 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:58:57 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:58:57 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:58:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:58:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:58:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:58:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:58:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:58:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:58:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:58:57 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:58:57 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:58:57 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '3224' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.imn.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.imn.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.imn.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.imn.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449537.0548 'REQUEST_TIME' => 1714449537 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:59:05 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:05 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:59:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:59:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:59:05 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:59:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:59:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:59:05 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:59:05 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:59:05 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:05 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:59:05 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:59:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:59:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:59:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:05 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:59:05 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:59:05 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:59:05 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:59:05 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '32494' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'trunk.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'trunk.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'trunk.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://trunk.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'trunk.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://trunk.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449545.5004 'REQUEST_TIME' => 1714449545 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:59:09 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:09 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:59:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:59:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:59:09 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:59:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:59:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:59:09 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:59:09 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:59:09 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:59:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:59:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:59:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:59:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:59:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:59:09 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:59:09 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:59:09 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '29515' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'primrose.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'primrose.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://primrose.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://primrose.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449549.3751 'REQUEST_TIME' => 1714449549 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:59:18 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:18 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:59:18 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:59:18 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:59:18 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:59:18 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:59:18 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:59:18 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:59:18 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:59:18 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:18 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:59:18 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:59:18 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:18 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:18 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:18 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:18 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:18 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:18 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:18 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:18 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:18 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:18 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:18 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:18 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:59:18 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:59:18 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:18 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:18 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:18 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:59:18 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:59:18 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:59:18 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:59:18 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '32602' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.beta.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.beta.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.beta.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.beta.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.beta.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.beta.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449558.1451 'REQUEST_TIME' => 1714449558 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:59:21 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:21 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:59:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:59:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:59:21 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:59:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:59:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:59:21 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:59:21 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:59:21 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:59:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:59:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:59:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:59:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:59:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:59:21 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:59:21 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:59:21 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '36252' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.beta.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.beta.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.beta.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.beta.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449561.1141 'REQUEST_TIME' => 1714449561 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:59:29 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:29 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:59:29 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:59:29 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:59:29 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:59:29 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:59:29 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:59:29 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:59:29 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:59:29 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:29 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:59:29 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:59:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:59:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:59:29 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:29 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:29 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:29 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:59:29 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:59:29 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:59:29 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:59:29 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '56844' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449569.8345 'REQUEST_TIME' => 1714449569 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:59:32 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:32 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:59:32 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:59:32 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:59:32 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:59:32 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:59:32 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:59:32 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:59:32 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:59:32 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:32 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:59:32 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:59:32 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:32 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:32 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:32 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:32 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:32 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:32 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:32 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:32 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:32 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:32 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:32 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:32 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:59:32 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:59:32 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:32 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:32 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:32 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:59:32 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:59:32 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:59:32 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:59:32 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '21146' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'hpd.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'hpd.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://hpd.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://hpd.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449572.8451 'REQUEST_TIME' => 1714449572 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:59:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:37 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:59:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:59:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:59:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:59:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:59:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:59:37 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:59:37 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:59:37 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:37 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:59:37 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:59:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:59:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:59:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:37 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:59:37 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:59:37 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:59:37 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:59:37 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '54356' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.gands.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.gands.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.gands.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.gands.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.gands.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.gands.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449577.1506 'REQUEST_TIME' => 1714449577 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:59:42 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:42 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:59:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:59:42 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:59:42 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:59:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:59:42 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:59:42 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:59:42 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:59:42 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:42 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:59:42 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:59:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:59:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:59:42 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:42 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:42 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:42 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:59:42 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:59:42 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:59:42 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:59:42 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '37489' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'primrose.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'primrose.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'primrose.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://primrose.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'primrose.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://primrose.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449582.5213 'REQUEST_TIME' => 1714449582 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:59:45 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:45 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:59:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:59:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:59:45 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:59:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:59:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:59:45 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:59:45 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:59:45 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:45 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:59:45 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:59:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:59:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:59:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:45 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:59:45 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:59:45 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:59:45 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:59:45 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '43664' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ryderight.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.ryderight.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.ryderight.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.ryderight.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.ryderight.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.ryderight.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449585.0845 'REQUEST_TIME' => 1714449585 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 20:59:48 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:48 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:48 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 20:59:48 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:48 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:48 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 20:59:48 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:48 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 20:59:48 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:48 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:48 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 20:59:48 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:48 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 20:59:48 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 20:59:48 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 20:59:48 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 20:59:48 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 20:59:48 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 20:59:48 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 20:59:48 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 20:59:48 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 20:59:48 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 20:59:48 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:48 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:48 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 20:59:48 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:48 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:48 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:48 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:48 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:48 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 20:59:48 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:48 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 20:59:48 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:48 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 20:59:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 20:59:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 20:59:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 20:59:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 20:59:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 20:59:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 20:59:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 20:59:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 20:59:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 20:59:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 20:59:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 20:59:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 20:59:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 20:59:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 20:59:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 20:59:49 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:59:49 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:59:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 20:59:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 20:59:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 20:59:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:59:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 20:59:49 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:49 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:49 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 20:59:49 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 20:59:49 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 20:59:49 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 20:59:49 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 20:59:48 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '17922' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.mjc.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.mjc.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.mjc.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.mjc.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449588.9827 'REQUEST_TIME' => 1714449588 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:03:33 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:03:33 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:03:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:03:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:03:33 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:03:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:03:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:03:33 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:03:33 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:03:33 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:03:33 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:03:33 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:03:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:03:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:03:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:03:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:03:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:03:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:03:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:03:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:03:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:03:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:03:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:03:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:03:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:03:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:03:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:03:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:03:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:03:33 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:03:33 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:03:33 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:03:33 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:03:33 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '57767' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'thefriend.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'thefriend.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://thefriend.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://thefriend.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449813.0813 'REQUEST_TIME' => 1714449813 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:03:41 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:03:41 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:03:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:03:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:03:41 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:03:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:03:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:03:41 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:03:41 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:03:41 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:03:41 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:03:41 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:03:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:03:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:03:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:03:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:03:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:03:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:03:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:03:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:03:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:03:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:03:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:03:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:03:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:03:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:03:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:03:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:03:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:03:41 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:03:41 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:03:41 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:03:41 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:03:41 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '17839' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.test.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.test.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.test.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.test.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449821.9071 'REQUEST_TIME' => 1714449821 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:03:45 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:03:45 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:03:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:03:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:03:45 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:03:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:03:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:03:45 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:03:45 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:03:45 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:03:45 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:03:45 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:03:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:03:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:03:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:03:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:03:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:03:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:03:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:03:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:03:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:03:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:03:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:03:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:03:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:03:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:03:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:03:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:03:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:03:45 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:03:45 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:03:45 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:03:45 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:03:45 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '12448' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'test.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'test.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://test.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://test.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449825.0572 'REQUEST_TIME' => 1714449825 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:03:54 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:03:54 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:03:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:03:54 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:03:54 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:03:54 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:03:54 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:03:54 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:03:54 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:03:54 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:03:54 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:03:54 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:03:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:03:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:03:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:03:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:03:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:03:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:03:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:03:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:03:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:03:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:03:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:03:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:03:54 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:03:54 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:03:54 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:03:54 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:03:54 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:03:54 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:03:54 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:03:54 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:03:54 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:03:54 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '19560' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'fm.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'fm.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://fm.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://fm.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449834.156 'REQUEST_TIME' => 1714449834 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:04:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:04:01 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:04:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:04:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:04:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:04:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:04:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:04:01 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:04:01 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:04:01 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:04:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:04:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:04:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:04:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:04:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:04:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:04:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:04:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:04:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:04:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:04:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:04:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:04:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:04:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:04:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:04:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:04:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:04:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:04:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:04:01 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:04:01 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:04:01 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:04:01 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:04:01 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '46715' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'ysc-book.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'ysc-book.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://ysc-book.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://ysc-book.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449841.3138 'REQUEST_TIME' => 1714449841 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:04:09 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:04:09 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:04:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:04:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:04:09 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:04:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:04:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:04:09 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:04:09 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:04:09 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:04:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:04:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:04:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:04:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:04:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:04:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:04:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:04:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:04:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:04:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:04:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:04:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:04:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:04:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:04:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:04:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:04:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:04:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:04:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:04:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:04:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:04:09 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:04:09 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:04:09 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '57510' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.pembs-shrink.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.pembs-shrink.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.pembs-shrink.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.pembs-shrink.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449849.6081 'REQUEST_TIME' => 1714449849 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:06:05 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:06:05 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:06:05 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:06:05 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:06:05 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:06:05 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:06:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:06:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:06:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:06:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:06:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:06:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:06:05 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:06:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:06:05 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:06:05 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:06:05 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 21:06:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 21:06:05 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 21:06:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 21:06:05 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 21:06:05 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:06:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:06:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:06:05 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 21:06:05 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 21:06:05 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 21:06:05 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 21:06:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 21:06:05 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 21:06:05 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 21:06:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 21:06:05 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 21:06:05 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:06:05 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:06:05 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:06:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:06:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:06:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:06:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:06:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:06:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:06:05 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:06:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:06:05 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:06:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:06:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:06:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:06:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 21:06:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 21:06:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 21:06:05 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 21:06:05 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 21:06:05 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '37854' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.pembs-shrink.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.pembs-shrink.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.pembs-shrink.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714449965.4662 'REQUEST_TIME' => 1714449965 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:07:53 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:07:53 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:07:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:07:53 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:07:53 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:07:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:07:53 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:07:53 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:07:53 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:07:53 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:07:53 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:07:53 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:07:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:07:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:07:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:07:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:07:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:07:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:07:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:07:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:07:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:07:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:07:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:07:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:07:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:07:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:07:53 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:07:53 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:07:53 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:07:53 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:07:53 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:07:53 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:07:53 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:07:53 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '21912' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.fandt.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.fandt.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.fandt.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.fandt.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.fandt.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.fandt.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450073.6178 'REQUEST_TIME' => 1714450073 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:07:57 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:07:57 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:07:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:07:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:07:57 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:07:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:07:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:07:57 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:07:57 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:07:57 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:07:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:07:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:07:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:07:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:07:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:07:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:07:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:07:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:07:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:07:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:07:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:07:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:07:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:07:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:07:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:07:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:07:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:07:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:07:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:07:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:07:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:07:57 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:07:57 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:07:57 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '31289' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'greener-towns.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'greener-towns.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'greener-towns.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://greener-towns.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'greener-towns.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://greener-towns.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450077.0181 'REQUEST_TIME' => 1714450077 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:08:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:01 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:08:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:08:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:08:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:08:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:08:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:08:01 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:08:01 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:08:01 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:01 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:01 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:01 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:08:01 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:08:01 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '39840' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.benefex.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.benefex.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.benefex.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.benefex.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450081.1483 'REQUEST_TIME' => 1714450081 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:08:05 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:05 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:08:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:08:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:08:05 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:08:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:08:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:08:05 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:08:05 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:08:05 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:05 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:05 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:05 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:05 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:05 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:08:05 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:08:05 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '45080' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'demo.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'demo.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://demo.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://demo.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450085.4375 'REQUEST_TIME' => 1714450085 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:08:09 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:09 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:08:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:08:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:08:09 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:08:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:08:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:08:09 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:08:09 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:08:09 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:09 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:08:09 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:08:09 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '35524' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'cleanlearning.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'cleanlearning.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'cleanlearning.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://cleanlearning.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'cleanlearning.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://cleanlearning.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450089.5342 'REQUEST_TIME' => 1714450089 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:08:13 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:13 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:08:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:08:13 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:08:13 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:08:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:08:13 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:08:13 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:08:13 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:08:13 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:13 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:13 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:13 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:13 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:13 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:08:13 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:08:13 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '21950' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.thefriend.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.thefriend.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.thefriend.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.thefriend.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450093.0603 'REQUEST_TIME' => 1714450093 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:08:21 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:21 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:08:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:08:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:08:21 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:08:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:08:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:08:21 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:08:21 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:08:21 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:21 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:08:21 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:08:21 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '52555' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'mail.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'mail.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://mail.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'mail.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://mail.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450101.0434 'REQUEST_TIME' => 1714450101 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:08:25 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:25 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:08:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:08:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:08:25 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:08:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:08:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:08:25 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:08:25 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:08:25 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:25 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:25 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:25 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:25 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:25 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:08:25 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:08:25 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '44812' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ysc-book.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.ysc-book.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.ysc-book.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.ysc-book.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.ysc-book.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.ysc-book.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450105.2082 'REQUEST_TIME' => 1714450105 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:08:29 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:29 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:08:29 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:08:29 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:08:29 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:08:29 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:08:29 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:08:29 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:08:29 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:08:29 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:29 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:29 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:29 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:29 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:29 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:29 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:29 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:29 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:08:29 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:08:29 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '6373' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mail.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'mail.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://mail.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://mail.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450109.1279 'REQUEST_TIME' => 1714450109 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:08:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:37 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:08:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:08:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:08:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:08:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:08:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:08:37 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:08:37 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:08:37 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:37 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:37 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:37 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:37 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:37 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:08:37 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:08:37 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '18626' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.fm2.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.fm2.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.fm2.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.fm2.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.fm2.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.fm2.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450117.3409 'REQUEST_TIME' => 1714450117 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:08:41 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:41 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:08:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:08:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:08:41 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:08:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:08:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:08:41 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:08:41 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:08:41 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:41 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:41 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:41 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:41 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:41 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:08:41 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:08:41 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '31801' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450121.1226 'REQUEST_TIME' => 1714450121 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:08:44 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:44 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:08:44 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:08:44 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:08:44 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:08:44 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:08:44 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:08:44 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:08:44 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:08:44 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:44 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:44 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:44 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:44 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:44 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:44 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:44 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:44 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:08:44 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:08:44 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '58927' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'yb.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'yb.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://yb.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://yb.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450124.9419 'REQUEST_TIME' => 1714450124 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:08:49 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:49 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:08:49 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:08:49 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:08:49 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:08:49 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:08:49 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:08:49 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:08:49 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:08:49 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:49 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:49 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:49 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:49 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:49 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:49 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:49 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:49 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:08:49 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:08:49 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '57249' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'islefixit.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'islefixit.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://islefixit.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://islefixit.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450129.1198 'REQUEST_TIME' => 1714450129 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:08:58 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:08:58 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:08:58 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:08:58 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:08:58 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:08:58 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:08:58 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:08:58 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:08:58 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:08:58 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:08:58 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:58 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:58 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:58 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:58 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:58 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:58 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:58 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:58 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:58 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:08:58 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:58 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:58 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:08:58 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:08:58 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:58 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:08:58 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:58 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:58 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:08:58 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:08:58 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:08:58 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:08:58 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:08:58 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '49428' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.islefixit.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.islefixit.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.islefixit.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.islefixit.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450138.6461 'REQUEST_TIME' => 1714450138 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:09:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:01 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:09:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:09:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:09:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:09:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:09:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:09:01 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:09:01 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:09:01 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:01 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:01 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:01 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:09:01 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:09:01 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '8799' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.br.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.br.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.br.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.br.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450141.3557 'REQUEST_TIME' => 1714450141 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:09:05 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:05 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:09:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:09:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:09:05 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:09:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:09:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:09:05 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:09:05 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:09:05 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:05 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:05 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:05 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:05 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:05 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:09:05 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:09:05 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '43527' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'tia.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'tia.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'tia.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://tia.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'tia.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://tia.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450145.412 'REQUEST_TIME' => 1714450145 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:09:10 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:10 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:09:10 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:09:10 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:09:10 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:09:10 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:09:10 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:09:10 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:09:10 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:09:10 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:10 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:10 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:10 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:10 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:10 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:10 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:10 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:10 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:10 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:10 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:10 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:10 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:10 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:10 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:10 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:10 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:10 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:10 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:10 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:10 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:10 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:10 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:09:10 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:09:10 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '10015' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.fm-portal.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.fm-portal.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.fm-portal.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.fm-portal.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.fm-portal.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.fm-portal.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450150.0562 'REQUEST_TIME' => 1714450150 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:09:13 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:13 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:09:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:09:13 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:09:13 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:09:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:09:13 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:09:13 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:09:13 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:09:13 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:13 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:13 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:13 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:13 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:13 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:09:13 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:09:13 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '55836' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'pembstay.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'pembstay.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'pembstay.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://pembstay.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'pembstay.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://pembstay.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450153.2493 'REQUEST_TIME' => 1714450153 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:09:16 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:16 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:09:16 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:09:16 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:09:16 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:09:16 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:09:16 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:09:16 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:09:16 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:09:16 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:16 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:16 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:16 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:16 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:16 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:16 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:16 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:16 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:16 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:16 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:16 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:16 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:16 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:16 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:16 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:16 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:16 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:16 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:16 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:16 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:16 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:16 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:09:16 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:09:16 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '29654' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.cleanlearning.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.cleanlearning.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.cleanlearning.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.cleanlearning.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450156.9333 'REQUEST_TIME' => 1714450156 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:09:21 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:21 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:09:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:09:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:09:21 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:09:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:09:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:09:21 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:09:21 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:09:21 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:21 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:09:21 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:09:21 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '31664' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'barbara.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'barbara.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://barbara.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://barbara.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450161.3189 'REQUEST_TIME' => 1714450161 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:09:25 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:25 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:09:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:09:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:09:25 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:09:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:09:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:09:25 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:09:25 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:09:25 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:25 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:25 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:25 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:25 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:25 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:09:25 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:09:25 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '49214' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'thefriend.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'thefriend.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'thefriend.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://thefriend.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'thefriend.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://thefriend.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450165.1169 'REQUEST_TIME' => 1714450165 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:09:29 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:29 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:09:29 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:09:29 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:09:29 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:09:29 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:09:29 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:09:29 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:09:29 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:09:29 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:29 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:29 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:29 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:29 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:29 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:29 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:29 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:29 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:09:29 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:09:29 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '16647' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'ctmfile.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'ctmfile.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'ctmfile.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ctmfile.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'ctmfile.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://ctmfile.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450169.7463 'REQUEST_TIME' => 1714450169 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:09:34 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:34 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:09:34 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:09:34 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:09:34 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:09:34 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:09:34 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:09:34 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:09:34 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:09:34 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:34 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:34 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:34 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:34 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:34 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:34 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:34 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:34 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:34 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:34 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:09:34 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:09:34 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '50700' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'demo.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'demo.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'demo.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://demo.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'demo.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://demo.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450174.1084 'REQUEST_TIME' => 1714450174 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:09:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:37 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:09:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:09:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:09:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:09:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:09:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:09:37 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:09:37 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:09:37 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:37 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:37 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:37 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:37 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:37 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:09:37 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:09:37 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '3437' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'freshnation.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'freshnation.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'freshnation.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://freshnation.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'freshnation.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://freshnation.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450177.1685 'REQUEST_TIME' => 1714450177 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:09:42 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:42 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:09:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:09:42 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:09:42 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:09:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:09:42 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:09:42 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:09:42 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:09:42 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:42 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:42 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:42 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:42 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:42 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:42 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:42 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:42 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:09:42 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:09:42 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '60050' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.cleanlearning.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.cleanlearning.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.cleanlearning.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.cleanlearning.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.cleanlearning.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.cleanlearning.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450182.7763 'REQUEST_TIME' => 1714450182 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:09:45 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:45 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:09:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:09:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:09:45 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:09:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:09:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:09:45 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:09:45 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:09:45 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:45 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:45 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:45 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:45 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:45 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:09:45 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:09:45 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '39835' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.benefex.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.benefex.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.benefex.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.benefex.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.benefex.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.benefex.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450185.4745 'REQUEST_TIME' => 1714450185 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:09:49 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:49 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:09:49 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:09:49 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:09:49 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:09:49 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:09:49 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:09:49 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:09:49 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:09:49 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:49 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:49 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:49 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:49 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:49 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:49 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:49 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:49 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:09:49 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:09:49 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '37219' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'moshi.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'moshi.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'moshi.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://moshi.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'moshi.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://moshi.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450189.2878 'REQUEST_TIME' => 1714450189 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:09:53 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:53 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:09:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:09:53 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:09:53 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:09:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:09:53 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:09:53 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:09:53 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:09:53 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:53 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:53 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:53 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:53 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:53 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:53 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:53 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:53 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:09:53 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:09:53 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '33377' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'webmail.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'webmail.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'webmail.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://webmail.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'webmail.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://webmail.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450193.2815 'REQUEST_TIME' => 1714450193 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:09:57 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:09:57 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:09:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:09:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:09:57 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:09:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:09:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:09:57 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:09:57 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:09:57 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:09:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:09:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:09:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:09:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:09:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:09:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:09:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:09:57 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:09:57 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:09:57 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '45201' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.hpd.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.hpd.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.hpd.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.hpd.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.hpd.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.hpd.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450197.0678 'REQUEST_TIME' => 1714450197 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:10:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:01 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:10:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:10:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:10:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:10:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:10:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:10:01 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:10:01 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:10:01 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:01 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:01 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:01 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:10:01 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:10:01 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '10906' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.issuu.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.issuu.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.issuu.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.issuu.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.issuu.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.issuu.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450201.8756 'REQUEST_TIME' => 1714450201 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:10:05 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:05 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:10:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:10:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:10:05 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:10:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:10:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:10:05 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:10:05 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:10:05 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:05 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:05 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:05 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:05 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:05 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:10:05 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:10:05 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '55646' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.cheetah.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.cheetah.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.cheetah.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.cheetah.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.cheetah.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.cheetah.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450205.5159 'REQUEST_TIME' => 1714450205 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:10:12 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:12 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:10:12 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:10:12 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:10:12 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:10:12 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:10:12 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:10:12 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:10:12 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:10:12 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:12 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:12 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:12 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:12 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:12 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:12 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:12 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:12 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:12 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:12 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:10:12 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:10:12 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '47902' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.subscryb.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.subscryb.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.subscryb.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://www.subscryb.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450212.8966 'REQUEST_TIME' => 1714450212 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:10:13 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:13 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:10:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:10:13 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:10:13 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:10:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:10:13 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:10:13 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:10:13 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:10:13 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:13 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:13 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:13 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:13 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:13 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:10:13 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:10:13 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '36811' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ctmfile.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.ctmfile.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.ctmfile.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.ctmfile.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.ctmfile.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.ctmfile.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450213.0802 'REQUEST_TIME' => 1714450213 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:10:17 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:17 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:10:17 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:10:17 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:10:17 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:10:17 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:10:17 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:10:17 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:10:17 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:10:17 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:17 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:17 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:17 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:17 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:17 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:17 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:17 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:17 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:10:17 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:10:17 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '16136' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.subscryb.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.subscryb.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.subscryb.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.subscryb.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.subscryb.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.subscryb.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450217.6155 'REQUEST_TIME' => 1714450217 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:10:21 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:21 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:10:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:10:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:10:21 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:10:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:10:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:10:21 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:10:21 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:10:21 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:21 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:10:21 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:10:21 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '39825' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.demo.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.demo.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.demo.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.demo.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.demo.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.demo.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450221.4683 'REQUEST_TIME' => 1714450221 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:10:25 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:25 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:10:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:10:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:10:25 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:10:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:10:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:10:25 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:10:25 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:10:25 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:25 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:25 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:25 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:25 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:25 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:25 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:25 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:10:25 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:10:25 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '17134' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'rob-fn.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'rob-fn.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://rob-fn.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://rob-fn.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450225.07 'REQUEST_TIME' => 1714450225 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:10:29 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:29 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:10:29 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:10:29 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:10:29 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:10:29 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:10:29 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:10:29 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:10:29 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:10:29 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:29 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:29 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:29 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:29 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:29 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:29 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:29 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:29 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:29 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:29 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:10:29 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:10:29 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '40795' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mithra62.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'mithra62.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://mithra62.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://mithra62.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450229.1799 'REQUEST_TIME' => 1714450229 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:10:33 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:33 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:10:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:10:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:10:33 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:10:33 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:10:33 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:10:33 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:10:33 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:10:33 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:33 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:33 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:33 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:33 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:33 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:33 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:33 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:33 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:33 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:33 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:10:33 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:10:33 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '33428' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.barbara.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.barbara.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.barbara.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.barbara.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.barbara.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.barbara.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450233.0665 'REQUEST_TIME' => 1714450233 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:10:35 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:35 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:35 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:35 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:35 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:35 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:35 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:35 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:35 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:35 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:35 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:35 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:35 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:35 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:35 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 21:10:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 21:10:35 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 21:10:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:35 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 21:10:35 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:10:35 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:10:35 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:10:35 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 21:10:35 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 21:10:35 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 21:10:35 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 21:10:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 21:10:35 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 21:10:35 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 21:10:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 21:10:35 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 21:10:35 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:35 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:35 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:35 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:35 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:35 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:35 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:35 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:35 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:35 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:35 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:35 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:35 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:35 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 21:10:35 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 21:10:35 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 21:10:35 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 21:10:35 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 21:10:35 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '58965' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '212.227.216.166' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'outhill.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_HOST' => 'outhill.com' 'HTTP_USER_AGENT' => 'IonCrawl (https://www.ionos.de/terms-gtc/faq-crawler-en/)' 'HTTP_CONNECTION' => 'keep-alive' 'SSL_TLS_SNI' => 'outhill.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://outhill.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450235.3675 'REQUEST_TIME' => 1714450235 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:10:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:37 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:10:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:10:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:10:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:10:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:10:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:10:37 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:10:37 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:10:37 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:37 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:37 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:37 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:37 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:37 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:37 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:37 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:10:37 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:10:37 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '52867' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'fnathome.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'fnathome.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'fnathome.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://fnathome.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'fnathome.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://fnathome.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450237.1955 'REQUEST_TIME' => 1714450237 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:10:42 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:42 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:10:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:10:42 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:10:42 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:10:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:10:42 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:10:42 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:10:42 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:10:42 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:42 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:42 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:42 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:42 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:42 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:42 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:42 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:42 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:42 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:42 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:10:42 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:10:42 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '36663' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.br.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.br.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.br.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.br.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.br.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.br.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450242.4358 'REQUEST_TIME' => 1714450242 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:10:45 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:45 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:10:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:10:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:10:45 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:10:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:10:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:10:45 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:10:45 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:10:45 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:45 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:45 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:45 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:45 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:45 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:10:45 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:10:45 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '57451' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'mjc.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'mjc.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://mjc.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://mjc.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450245.1903 'REQUEST_TIME' => 1714450245 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:10:49 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:49 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:10:49 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:10:49 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:10:49 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:10:49 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:10:49 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:10:49 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:10:49 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:10:49 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:49 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:49 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:49 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:49 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:49 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:49 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:49 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:49 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:49 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:49 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:10:49 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:10:49 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '6284' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'swifty.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'swifty.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'swifty.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://swifty.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'swifty.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://swifty.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450249.1798 'REQUEST_TIME' => 1714450249 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:10:53 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:53 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:10:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:10:53 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:10:53 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:10:53 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:10:53 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:10:53 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:10:53 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:10:53 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:53 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:53 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:53 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:53 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:53 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:53 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:53 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:53 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:53 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:53 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:10:53 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:10:53 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '16694' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'invidia.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'invidia.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'invidia.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://invidia.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'invidia.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://invidia.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450253.16 'REQUEST_TIME' => 1714450253 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:10:57 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:10:57 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:10:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:10:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:10:57 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:10:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:10:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:10:57 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:10:57 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:10:57 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:10:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:10:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:10:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:10:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:10:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:10:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:10:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:10:57 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:10:57 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:10:57 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '3517' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'islefixit.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'islefixit.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'islefixit.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://islefixit.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'islefixit.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://islefixit.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450257.4125 'REQUEST_TIME' => 1714450257 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:11:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:11:01 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:11:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:11:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:11:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:11:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:11:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:11:01 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:11:01 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:11:01 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:11:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:11:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:11:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:11:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:11:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:11:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:11:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:11:01 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:11:01 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:11:01 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:11:01 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:11:01 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '20746' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'lullabyz.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'lullabyz.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'lullabyz.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://lullabyz.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'lullabyz.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://lullabyz.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450261.0588 'REQUEST_TIME' => 1714450261 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:11:05 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:11:05 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:11:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:11:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:11:05 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:11:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:11:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:11:05 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:11:05 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:11:05 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:11:05 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:11:05 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:11:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:05 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:11:05 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:11:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:11:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:11:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:11:05 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:11:05 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:11:05 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:11:05 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:11:05 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '47949' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'vanilla.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'vanilla.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'vanilla.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://vanilla.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'vanilla.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://vanilla.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450265.2428 'REQUEST_TIME' => 1714450265 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:11:09 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:11:09 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:11:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:11:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:11:09 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:11:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:11:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:11:09 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:11:09 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:11:09 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:11:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:11:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:11:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:11:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:11:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:11:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:11:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:11:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:11:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:11:09 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:11:09 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:11:09 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '21968' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'ctmfile.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'ctmfile.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://ctmfile.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://ctmfile.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450269.0802 'REQUEST_TIME' => 1714450269 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:11:13 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:11:13 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:11:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:11:13 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:11:13 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:11:13 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:11:13 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:11:13 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:11:13 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:11:13 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:11:13 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:11:13 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:11:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:13 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:11:13 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:11:13 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:11:13 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:11:13 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:11:13 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:11:13 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:11:13 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:11:13 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:11:13 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '61641' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.mercator.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.mercator.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.mercator.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.mercator.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.mercator.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.mercator.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450273.893 'REQUEST_TIME' => 1714450273 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:11:17 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:11:17 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:11:17 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:11:17 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:11:17 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:11:17 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:11:17 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:11:17 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:11:17 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:11:17 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:11:17 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:11:17 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:11:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:17 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:11:17 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:11:17 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:11:17 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:11:17 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:11:17 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:11:17 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:11:17 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:11:17 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:11:17 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '8732' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ssa.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.ssa.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'www.ssa.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.ssa.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.ssa.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.ssa.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450277.8171 'REQUEST_TIME' => 1714450277 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:11:21 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:11:21 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-29 21:11:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-29 21:11:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-29 21:11:21 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:11:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:11:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:11:21 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-29 21:11:21 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-29 21:11:21 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-29 21:11:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:11:21 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:11:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-29 21:11:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-29 21:11:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-29 21:11:21 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:11:21 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-29 21:11:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:11:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:11:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-29 21:11:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-29 21:11:21 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-29 21:11:21 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-29 21:11:21 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-29 21:11:21 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '6105' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'ao.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'ao.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SSL_TLS_SNI' => 'ao.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://ao.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'ao.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://ao.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450281.5065 'REQUEST_TIME' => 1714450281 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:11:56 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:11:56 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:11:56 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:11:56 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:11:56 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:11:56 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:11:56 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:11:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:11:56 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:11:56 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:11:56 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:11:56 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:11:56 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:11:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:11:56 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:11:56 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:56 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 21:11:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 21:11:56 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 21:11:56 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 21:11:56 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 21:11:56 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:11:56 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:11:56 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:11:56 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 21:11:56 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 21:11:56 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 21:11:56 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 21:11:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 21:11:56 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 21:11:56 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 21:11:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 21:11:56 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 21:11:56 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:11:56 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:11:56 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:11:56 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:56 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:56 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:56 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:56 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:56 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:11:56 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:11:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:11:56 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:11:56 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:11:56 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:11:56 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:11:56 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 21:11:56 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 21:11:56 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 21:11:56 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 21:11:56 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 21:11:56 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '24195' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.issuu.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.issuu.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.issuu.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450316.9652 'REQUEST_TIME' => 1714450316 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:12:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:12:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:12:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:12:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:12:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:12:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:12:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:12:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:12:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:12:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:12:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:12:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:12:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:12:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:12:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:12:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:12:01 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 21:12:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 21:12:01 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 21:12:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 21:12:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 21:12:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:12:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:12:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:12:01 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 21:12:01 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 21:12:01 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 21:12:01 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 21:12:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 21:12:01 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 21:12:01 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 21:12:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 21:12:01 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 21:12:01 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:12:01 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:12:01 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:12:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:12:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:12:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:12:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:12:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:12:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:12:01 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:12:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:12:01 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:12:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:12:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:12:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:12:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 21:12:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 21:12:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 21:12:01 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 21:12:01 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 21:12:01 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '51571' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.70.240.171' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'islefixit.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'islefixit.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://islefixit.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450321.3699 'REQUEST_TIME' => 1714450321 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:12:05 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:12:05 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:12:05 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:12:05 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:12:05 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:12:05 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:12:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:12:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:12:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:12:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:12:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:12:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:12:05 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:12:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:12:05 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:12:05 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:12:05 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 21:12:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 21:12:05 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 21:12:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 21:12:05 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 21:12:05 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:12:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:12:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:12:05 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 21:12:05 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 21:12:05 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 21:12:05 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 21:12:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 21:12:05 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 21:12:05 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 21:12:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 21:12:05 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 21:12:05 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:12:05 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:12:05 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:12:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:12:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:12:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:12:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:12:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:12:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:12:05 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:12:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:12:05 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:12:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:12:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:12:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:12:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 21:12:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 21:12:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 21:12:05 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 21:12:05 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 21:12:05 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '4950' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'pembs-shrink.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'pembs-shrink.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://pembs-shrink.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450325.1923 'REQUEST_TIME' => 1714450325 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-29 21:12:08 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:12:08 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:12:08 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-29 21:12:08 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-29 21:12:08 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-29 21:12:08 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-29 21:12:08 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:12:08 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:12:08 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-29 21:12:08 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:12:08 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:12:08 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-29 21:12:08 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:12:08 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:12:08 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-29 21:12:08 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-29 21:12:08 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 21:12:08 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 21:12:08 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-29 21:12:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-29 21:12:08 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-29 21:12:08 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-29 21:12:08 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-29 21:12:08 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-29 21:12:08 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-29 21:12:08 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-29 21:12:08 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-29 21:12:08 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 21:12:08 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 21:12:08 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-29 21:12:08 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 21:12:08 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 21:12:08 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-29 21:12:08 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:12:08 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:12:08 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-29 21:12:08 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:12:08 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:12:08 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:12:08 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:12:08 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:12:08 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-29 21:12:08 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:12:08 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:12:08 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-29 21:12:08 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:12:08 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:12:08 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-29 21:12:08 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 21:12:08 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 21:12:08 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-29 21:12:08 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-29 21:12:08 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-29 21:12:08 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '6595' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.barbara.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.barbara.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.barbara.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714450328.9533 'REQUEST_TIME' => 1714450328 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 01:50:35 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 01:50:35 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 01:50:35 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 01:50:35 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 01:50:35 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 01:50:35 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 01:50:35 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 01:50:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 01:50:35 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 01:50:35 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 01:50:35 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 01:50:35 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 01:50:35 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 01:50:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 01:50:35 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 01:50:35 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 01:50:35 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 01:50:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 01:50:35 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 01:50:35 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 01:50:35 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 01:50:35 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 01:50:35 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 01:50:35 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 01:50:35 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-30 01:50:35 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-30 01:50:35 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-30 01:50:35 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 01:50:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 01:50:35 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 01:50:35 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 01:50:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 01:50:35 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 01:50:35 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 01:50:35 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 01:50:35 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 01:50:35 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 01:50:35 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 01:50:35 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 01:50:35 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 01:50:35 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 01:50:35 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 01:50:35 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 01:50:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 01:50:35 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 01:50:35 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 01:50:35 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 01:50:35 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 01:50:35 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 01:50:35 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 01:50:35 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 01:50:35 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-30 01:50:35 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-30 01:50:35 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [ 'mcontent' => '3' 'TS0133ea21' => '0194db98fd745b8fef7cbc3691243125733b9ca609731fba31394b03a16b0cb4c72e0b8deaee28345fa5b1bf5e2161eebd53abf9ef8d12ae8dc6c78f8c4e02561f79a20c8ba115e03360b0799974f5c092fa4f745980778fa1e498780058d7d961c081071d' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.0' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '42125' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '35.231.229.77' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'whywomenwork.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_COOKIE' => 'mcontent=3; TS0133ea21=0194db98fd745b8fef7cbc3691243125733b9ca609731fba31394b03a16b0cb4c72e0b8deaee28345fa5b1bf5e2161eebd53abf9ef8d12ae8dc6c78f8c4e02561f79a20c8ba115e03360b0799974f5c092fa4f745980778fa1e498780058d7d961c081071d' 'HTTP_HOST' => 'whywomenwork.com' 'HTTP_USER_AGENT' => 'ZoominfoBot (zoominfobot at zoominfo dot com)' 'HTTP_ACCEPT_ENCODING' => 'x-gzip, gzip, deflate' 'HTTP_ACCEPT' => 'text/html,application/xml;q=0.9,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'utf-8,ISO-8859-1;q=0.7,*;q=0.7' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en-gb,en;q=0.7,*;q=0.3' 'SCRIPT_URI' => 'http://whywomenwork.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714467035.2798 'REQUEST_TIME' => 1714467035 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 02:45:28 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 02:45:28 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 02:45:28 [-][-][-][info][yii\web\Session::open] Session started 2024-04-30 02:45:28 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '30681' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '114.119.134.207' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'whywomenwork.co.uk' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_CONNECTION' => 'keep-alive' 'HTTP_CACHE_CONTROL' => 'max-age=259200' 'HTTP_X_FORWARDED_FOR' => '10.179.80.37' 'HTTP_VIA' => '1.1 sin3-tysearch-crawler-178-26-239 (squid/5.7)' 'HTTP_HOST' => 'whywomenwork.co.uk' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' 'HTTP_REFERER' => 'http://whywomenwork.co.uk/fulfillmentworks/web/' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'SCRIPT_URI' => 'http://whywomenwork.co.uk/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://whywomenwork.co.uk/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714470328.5652 'REQUEST_TIME' => 1714470328 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 02:45:28 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 02:45:28 [-][-][-][info][yii\web\Session::open] Session started 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 02:45:28 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-30 02:45:28 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-30 02:45:28 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-30 02:45:28 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 02:45:28 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 02:45:28 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 02:45:28 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-30 02:45:28 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-30 02:45:28 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 02:45:28 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 02:45:28 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 02:45:28 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 02:45:28 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 02:45:28 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-30 02:45:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 02:45:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 02:45:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 02:45:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 02:45:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 02:45:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 02:45:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 02:45:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 02:45:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 02:45:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 02:45:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 02:45:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 02:45:28 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 02:45:28 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 02:45:29 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 02:45:29 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 02:45:29 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 02:45:29 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-30 02:45:29 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 02:45:29 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-30 02:45:29 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-30 02:45:28 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [ 'CraftSessionId' => 'b96d0habcu7j91khaij3frficf' ] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '30681' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '114.119.134.207' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'whywomenwork.co.uk' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_CONNECTION' => 'keep-alive' 'HTTP_CACHE_CONTROL' => 'max-age=259200' 'HTTP_X_FORWARDED_FOR' => '10.179.80.37' 'HTTP_VIA' => '1.1 sin3-tysearch-crawler-178-26-239 (squid/5.7)' 'HTTP_HOST' => 'whywomenwork.co.uk' 'HTTP_COOKIE' => 'CraftSessionId=b96d0habcu7j91khaij3frficf' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' 'HTTP_REFERER' => 'http://whywomenwork.co.uk/fulfillmentworks/web/' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'SCRIPT_URI' => 'http://whywomenwork.co.uk/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://whywomenwork.co.uk/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714470328.9375 'REQUEST_TIME' => 1714470328 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 02:55:06 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 02:55:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 02:55:06 [-][-][-][info][yii\web\Session::open] Session started 2024-04-30 02:55:06 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.0' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '36879' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '34.75.96.206' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'whywomenwork.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_HOST' => 'whywomenwork.com' 'HTTP_USER_AGENT' => 'ZoominfoBot (zoominfobot at zoominfo dot com)' 'HTTP_ACCEPT_ENCODING' => 'x-gzip, gzip, deflate' 'HTTP_ACCEPT' => 'text/html,application/xml;q=0.9,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'utf-8,ISO-8859-1;q=0.7,*;q=0.7' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en-gb,en;q=0.7,*;q=0.3' 'SCRIPT_URI' => 'http://whywomenwork.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://whywomenwork.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714470906.0246 'REQUEST_TIME' => 1714470906 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 02:55:06 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 02:55:06 [-][-][-][info][yii\web\Session::open] Session started 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 02:55:06 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-30 02:55:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-30 02:55:06 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-30 02:55:06 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 02:55:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 02:55:06 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 02:55:06 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-30 02:55:06 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-30 02:55:06 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 02:55:06 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 02:55:06 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-30 02:55:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 02:55:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 02:55:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 02:55:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 02:55:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 02:55:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 02:55:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 02:55:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 02:55:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 02:55:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 02:55:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 02:55:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 02:55:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 02:55:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 02:55:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 02:55:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 02:55:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 02:55:06 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-30 02:55:06 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 02:55:06 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-30 02:55:06 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-30 02:55:06 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [ 'CraftSessionId' => '3462femen923tigam956smkjul' ] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.0' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '39833' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '34.75.96.206' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'whywomenwork.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_COOKIE' => 'CraftSessionId=3462femen923tigam956smkjul' 'HTTP_HOST' => 'whywomenwork.com' 'HTTP_USER_AGENT' => 'ZoominfoBot (zoominfobot at zoominfo dot com)' 'HTTP_ACCEPT_ENCODING' => 'x-gzip, gzip, deflate' 'HTTP_ACCEPT' => 'text/html,application/xml;q=0.9,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5' 'HTTP_ACCEPT_CHARSET' => 'utf-8,ISO-8859-1;q=0.7,*;q=0.7' 'HTTP_ACCEPT_LANGUAGE' => 'en-us,en-gb,en;q=0.7,*;q=0.3' 'SCRIPT_URI' => 'http://whywomenwork.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SCRIPT_URI' => 'http://whywomenwork.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714470906.3879 'REQUEST_TIME' => 1714470906 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 03:02:00 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 03:02:00 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 03:02:00 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 03:02:00 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 03:02:00 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 03:02:00 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 03:02:00 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 03:02:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 03:02:00 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 03:02:00 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 03:02:00 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 03:02:00 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 03:02:00 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 03:02:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 03:02:00 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 03:02:00 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:00 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 03:02:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 03:02:00 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 03:02:00 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:00 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 03:02:00 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 03:02:00 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 03:02:00 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 03:02:00 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-30 03:02:00 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-30 03:02:00 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-30 03:02:00 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 03:02:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 03:02:00 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 03:02:00 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 03:02:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 03:02:00 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 03:02:00 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 03:02:00 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 03:02:00 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 03:02:00 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:02:00 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:02:00 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:02:00 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:02:00 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:02:00 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:02:00 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 03:02:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 03:02:00 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 03:02:00 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 03:02:00 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 03:02:00 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 03:02:00 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 03:02:00 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 03:02:00 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 03:02:00 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-30 03:02:00 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-30 03:02:00 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '34166' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '13.43.122.144' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.reeminder.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.reeminder.hippoclients.com/fulfillmentworks/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Opera/9.80 (Windows NT 6.1; Win64; x64; U; en) Presto/2.5.24 Version/10.54' 'HTTP_HOST' => 'www.reeminder.hippoclients.com' 'SSL_TLS_SNI' => 'www.reeminder.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.reeminder.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714471320.9397 'REQUEST_TIME' => 1714471320 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 03:02:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 03:02:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 03:02:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 03:02:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 03:02:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 03:02:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 03:02:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 03:02:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 03:02:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 03:02:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 03:02:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 03:02:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 03:02:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 03:02:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 03:02:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 03:02:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 03:02:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 03:02:01 [-][-][-][info][yii\web\Session::open] Session started 2024-04-30 03:02:01 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '34166' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '13.43.122.144' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.reeminder.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.reeminder.hippoclients.com/fulfillmentworks/composer.json' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36' 'HTTP_HOST' => 'www.reeminder.hippoclients.com' 'SSL_TLS_SNI' => 'www.reeminder.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.reeminder.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.reeminder.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.reeminder.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714471321.5999 'REQUEST_TIME' => 1714471321 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 03:02:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 03:02:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 03:02:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 03:02:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 03:02:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 03:02:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 03:02:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 03:02:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 03:02:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 03:02:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 03:02:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 03:02:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 03:02:02 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-30 03:02:02 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-30 03:02:02 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-30 03:02:02 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 03:02:02 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 03:02:02 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 03:02:02 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-30 03:02:02 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-30 03:02:02 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 03:02:02 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 03:02:02 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-30 03:02:02 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 03:02:02 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 03:02:02 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 03:02:02 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 03:02:02 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 03:02:02 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 03:02:02 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 03:02:02 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 03:02:02 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 03:02:02 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 03:02:02 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 03:02:02 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 03:02:02 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 03:02:02 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 03:02:02 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 03:02:02 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 03:02:02 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 03:02:02 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-30 03:02:02 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 03:02:02 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-30 03:02:02 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-30 03:02:01 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '34150' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '13.43.122.144' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.reeminder.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.reeminder.hippoclients.com/fulfillmentworks/web/admin' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36' 'HTTP_HOST' => 'www.reeminder.hippoclients.com' 'SSL_TLS_SNI' => 'www.reeminder.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.reeminder.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.reeminder.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.reeminder.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714471321.9631 'REQUEST_TIME' => 1714471321 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 03:43:44 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 03:43:44 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 03:43:44 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 03:43:44 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 03:43:44 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 03:43:44 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 03:43:44 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 03:43:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 03:43:44 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 03:43:44 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 03:43:44 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 03:43:44 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 03:43:44 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 03:43:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 03:43:44 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 03:43:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 03:43:44 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 03:43:44 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 03:43:44 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 03:43:44 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-30 03:43:44 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-30 03:43:44 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-30 03:43:44 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 03:43:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 03:43:44 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 03:43:44 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 03:43:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 03:43:44 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 03:43:44 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 03:43:44 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 03:43:44 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 03:43:44 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:43:44 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:43:44 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:43:44 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:43:44 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:43:44 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:43:44 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 03:43:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 03:43:44 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 03:43:44 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 03:43:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 03:43:44 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 03:43:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 03:43:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 03:43:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 03:43:44 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-30 03:43:44 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-30 03:43:44 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '40594' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '18.177.155.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.rob-fn.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.rob-fn.hippoclients.com/agbservice/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Opera/9.80 (Windows NT 6.1; WOW64; U; en) Presto/2.7.62 Version/11.00' 'HTTP_HOST' => 'www.rob-fn.hippoclients.com' 'SSL_TLS_SNI' => 'www.rob-fn.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.rob-fn.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714473824.2869 'REQUEST_TIME' => 1714473824 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 03:43:44 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 03:43:44 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 03:43:44 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 03:43:44 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 03:43:44 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 03:43:44 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 03:43:44 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 03:43:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 03:43:44 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 03:43:44 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 03:43:44 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 03:43:44 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 03:43:44 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 03:43:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 03:43:44 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 03:43:44 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 03:43:44 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 03:43:44 [-][-][-][info][yii\web\Session::open] Session started 2024-04-30 03:43:44 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '40678' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '18.177.155.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.rob-fn.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.rob-fn.hippoclients.com/fulfillmentworks/web/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 5.1; rv:44.0) Gecko/20100101 Firefox/44.0' 'HTTP_HOST' => 'www.rob-fn.hippoclients.com' 'SSL_TLS_SNI' => 'www.rob-fn.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.rob-fn.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.rob-fn.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.rob-fn.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714473824.9621 'REQUEST_TIME' => 1714473824 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 03:43:45 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 03:43:45 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-30 03:43:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-30 03:43:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-30 03:43:45 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 03:43:45 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 03:43:45 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 03:43:45 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-30 03:43:45 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-30 03:43:45 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 03:43:45 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 03:43:45 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-30 03:43:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 03:43:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 03:43:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 03:43:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 03:43:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 03:43:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 03:43:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 03:43:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 03:43:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 03:43:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 03:43:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 03:43:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 03:43:45 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 03:43:45 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 03:43:45 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 03:43:45 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 03:43:45 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 03:43:45 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-30 03:43:45 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 03:43:45 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-30 03:43:45 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-30 03:43:45 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '40678' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '18.177.155.171' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.rob-fn.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.rob-fn.hippoclients.com/fulfillmentworks/web/admin' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 5.1; rv:44.0) Gecko/20100101 Firefox/44.0' 'HTTP_HOST' => 'www.rob-fn.hippoclients.com' 'SSL_TLS_SNI' => 'www.rob-fn.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.rob-fn.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.rob-fn.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.rob-fn.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714473825.285 'REQUEST_TIME' => 1714473825 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 04:12:40 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 04:12:40 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 04:12:40 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 04:12:40 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 04:12:40 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 04:12:40 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 04:12:40 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 04:12:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 04:12:40 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 04:12:40 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 04:12:40 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 04:12:40 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 04:12:40 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 04:12:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 04:12:40 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 04:12:40 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:40 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 04:12:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 04:12:40 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 04:12:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:40 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 04:12:40 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 04:12:40 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 04:12:40 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 04:12:40 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-30 04:12:40 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-30 04:12:40 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-30 04:12:40 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 04:12:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 04:12:40 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 04:12:40 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 04:12:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 04:12:40 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 04:12:40 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 04:12:40 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 04:12:40 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 04:12:40 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:12:40 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:12:40 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:12:40 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:12:40 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:12:40 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:12:40 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 04:12:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 04:12:40 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 04:12:40 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 04:12:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 04:12:40 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 04:12:40 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 04:12:40 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 04:12:40 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 04:12:40 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-30 04:12:40 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-30 04:12:40 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '60490' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '16.16.241.197' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ryderight.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.ryderight.hippoclients.com/fulfillmentworks/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'HTTP_HOST' => 'www.ryderight.hippoclients.com' 'SSL_TLS_SNI' => 'www.ryderight.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.ryderight.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714475560.533 'REQUEST_TIME' => 1714475560 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 04:12:40 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 04:12:40 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 04:12:40 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 04:12:40 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 04:12:40 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 04:12:40 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 04:12:40 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 04:12:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 04:12:40 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 04:12:40 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 04:12:40 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 04:12:40 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 04:12:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 04:12:41 [-][-][-][info][yii\web\Session::open] Session started 2024-04-30 04:12:40 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '60508' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '16.16.241.197' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ryderight.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.ryderight.hippoclients.com/fulfillmentworks/.env.example' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Opera/9.80 (Windows NT 10.0; U; en) Presto/2.7.62 Version/11.00' 'HTTP_HOST' => 'www.ryderight.hippoclients.com' 'SSL_TLS_SNI' => 'www.ryderight.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.ryderight.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.ryderight.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.ryderight.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714475560.9914 'REQUEST_TIME' => 1714475560 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 04:12:41 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 04:12:41 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-30 04:12:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-30 04:12:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-30 04:12:41 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 04:12:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 04:12:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 04:12:41 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-30 04:12:41 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-30 04:12:41 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 04:12:41 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 04:12:41 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-30 04:12:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 04:12:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 04:12:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 04:12:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 04:12:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 04:12:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 04:12:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 04:12:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 04:12:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 04:12:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 04:12:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 04:12:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 04:12:41 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 04:12:41 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 04:12:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 04:12:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 04:12:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 04:12:41 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-30 04:12:41 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 04:12:41 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-30 04:12:41 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-30 04:12:41 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '60508' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '16.16.241.197' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ryderight.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.ryderight.hippoclients.com/fulfillmentworks/web/admin' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Opera/9.80 (Windows NT 10.0; U; en) Presto/2.7.62 Version/11.00' 'HTTP_HOST' => 'www.ryderight.hippoclients.com' 'SSL_TLS_SNI' => 'www.ryderight.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.ryderight.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.ryderight.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.ryderight.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714475561.0501 'REQUEST_TIME' => 1714475561 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 04:32:48 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 04:32:48 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 04:32:48 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 04:32:48 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-30 04:32:48 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-30 04:32:48 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 04:32:48 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-30 04:32:48 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-30 04:32:47 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '55408' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '18.153.107.80' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.sandbox.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.sandbox.hippoclients.com/fulfillmentworks/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Opera/9.80 (Windows NT 6.1; Win64; x64; U; en) Presto/2.5.24 Version/10.54' 'HTTP_HOST' => 'www.sandbox.hippoclients.com' 'SSL_TLS_SNI' => 'www.sandbox.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.sandbox.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714476767.9964 'REQUEST_TIME' => 1714476767 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 04:32:48 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 04:32:48 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 04:32:48 [-][-][-][info][yii\web\Session::open] Session started 2024-04-30 04:32:48 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '55400' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '18.153.107.80' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.sandbox.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.sandbox.hippoclients.com/fulfillmentworks/composer.json' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0' 'HTTP_HOST' => 'www.sandbox.hippoclients.com' 'SSL_TLS_SNI' => 'www.sandbox.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.sandbox.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.sandbox.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.sandbox.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714476768.3362 'REQUEST_TIME' => 1714476768 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 04:32:48 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 04:32:48 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-30 04:32:48 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-30 04:32:48 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-30 04:32:48 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 04:32:48 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 04:32:48 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 04:32:48 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-30 04:32:48 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-30 04:32:48 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 04:32:48 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 04:32:48 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-30 04:32:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 04:32:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 04:32:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 04:32:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 04:32:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 04:32:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 04:32:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 04:32:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 04:32:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 04:32:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 04:32:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 04:32:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 04:32:48 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 04:32:48 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 04:32:48 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 04:32:48 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 04:32:48 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 04:32:48 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-30 04:32:48 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 04:32:48 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-30 04:32:48 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-30 04:32:48 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '55544' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '18.153.107.80' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.sandbox.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.sandbox.hippoclients.com/fulfillmentworks/web/admin' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0' 'HTTP_HOST' => 'www.sandbox.hippoclients.com' 'SSL_TLS_SNI' => 'www.sandbox.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.sandbox.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.sandbox.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.sandbox.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714476768.8566 'REQUEST_TIME' => 1714476768 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 06:55:15 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 06:55:15 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 06:55:15 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 06:55:15 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-30 06:55:15 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-30 06:55:15 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 06:55:15 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-30 06:55:15 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-30 06:55:15 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '43914' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '35.176.46.158' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.smartvision.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.smartvision.hippoclients.com/fulfillmentworks/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; rv:59.0) Gecko/20100101 Firefox/59.0' 'HTTP_HOST' => 'www.smartvision.hippoclients.com' 'SSL_TLS_SNI' => 'www.smartvision.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.smartvision.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714485315.5794 'REQUEST_TIME' => 1714485315 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 06:55:15 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 06:55:15 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 06:55:15 [-][-][-][info][yii\web\Session::open] Session started 2024-04-30 06:55:15 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '43970' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '35.176.46.158' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.smartvision.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.smartvision.hippoclients.com/fulfillmentworks/web/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0' 'HTTP_HOST' => 'www.smartvision.hippoclients.com' 'SSL_TLS_SNI' => 'www.smartvision.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.smartvision.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.smartvision.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.smartvision.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714485315.8252 'REQUEST_TIME' => 1714485315 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 06:55:15 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 06:55:15 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-30 06:55:15 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-30 06:55:15 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-30 06:55:15 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 06:55:15 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 06:55:15 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 06:55:15 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-30 06:55:15 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-30 06:55:15 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 06:55:15 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 06:55:15 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 06:55:15 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 06:55:16 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 06:55:16 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-30 06:55:16 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 06:55:16 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 06:55:16 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 06:55:16 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 06:55:16 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 06:55:16 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 06:55:16 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 06:55:16 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 06:55:16 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 06:55:16 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 06:55:16 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 06:55:16 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 06:55:16 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 06:55:16 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 06:55:16 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 06:55:16 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 06:55:16 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 06:55:16 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-30 06:55:16 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 06:55:16 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-30 06:55:16 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-30 06:55:15 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '44018' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '35.176.46.158' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.smartvision.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.smartvision.hippoclients.com/fulfillmentworks/web/admin' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0' 'HTTP_HOST' => 'www.smartvision.hippoclients.com' 'SSL_TLS_SNI' => 'www.smartvision.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.smartvision.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.smartvision.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.smartvision.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714485315.9798 'REQUEST_TIME' => 1714485315 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 09:03:02 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:03:02 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:03:02 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:03:02 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 09:03:02 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 09:03:02 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 09:03:02 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:03:02 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:03:02 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:03:02 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:03:02 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:03:02 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:03:02 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:03:02 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:03:02 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:03:02 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:02 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 09:03:02 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 09:03:02 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 09:03:02 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:02 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 09:03:02 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 09:03:02 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 09:03:02 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 09:03:02 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-30 09:03:02 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-30 09:03:02 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-30 09:03:02 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 09:03:02 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 09:03:02 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 09:03:02 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 09:03:02 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 09:03:02 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 09:03:02 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 09:03:02 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 09:03:02 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 09:03:02 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:03:02 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:03:02 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:03:02 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:03:02 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:03:02 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:03:02 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 09:03:02 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 09:03:02 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 09:03:02 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 09:03:02 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 09:03:02 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 09:03:02 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 09:03:02 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 09:03:02 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 09:03:02 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-30 09:03:02 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-30 09:03:02 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '48144' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '13.38.70.215' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.sportcel.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.sportcel.hippoclients.com/fulfillmentworks/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; rv:35.0) Gecko/20100101 Firefox/35.0' 'HTTP_HOST' => 'www.sportcel.hippoclients.com' 'SSL_TLS_SNI' => 'www.sportcel.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.sportcel.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714492982.6733 'REQUEST_TIME' => 1714492982 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 09:03:03 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 09:03:03 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 09:03:03 [-][-][-][info][yii\web\Session::open] Session started 2024-04-30 09:03:03 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '48186' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '13.38.70.215' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.sportcel.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.sportcel.hippoclients.com/fulfillmentworks/web/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Opera/9.80 (Windows NT 10.0; U; en) Presto/2.2.15 Version/10.10' 'HTTP_HOST' => 'www.sportcel.hippoclients.com' 'SSL_TLS_SNI' => 'www.sportcel.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.sportcel.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.sportcel.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.sportcel.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714492983.0523 'REQUEST_TIME' => 1714492983 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 09:03:03 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:03:03 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-30 09:03:03 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-30 09:03:03 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-30 09:03:03 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 09:03:03 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 09:03:03 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 09:03:03 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-30 09:03:03 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-30 09:03:03 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 09:03:03 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 09:03:03 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-30 09:03:03 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 09:03:03 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 09:03:03 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 09:03:03 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 09:03:03 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 09:03:03 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 09:03:03 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 09:03:03 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 09:03:03 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 09:03:03 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 09:03:03 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 09:03:03 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 09:03:03 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 09:03:03 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 09:03:03 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 09:03:03 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 09:03:03 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 09:03:03 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-30 09:03:03 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 09:03:03 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-30 09:03:03 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-30 09:03:03 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '48144' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '13.38.70.215' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.sportcel.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.sportcel.hippoclients.com/fulfillmentworks/web/admin' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Opera/9.80 (Windows NT 10.0; U; en) Presto/2.2.15 Version/10.10' 'HTTP_HOST' => 'www.sportcel.hippoclients.com' 'SSL_TLS_SNI' => 'www.sportcel.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.sportcel.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.sportcel.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.sportcel.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714492983.1468 'REQUEST_TIME' => 1714492983 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 09:11:25 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:11:25 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:11:25 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:11:25 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 09:11:25 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 09:11:25 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 09:11:25 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:11:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:11:25 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:11:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:11:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:11:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:11:25 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:11:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:11:25 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 09:11:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 09:11:25 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 09:11:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 09:11:25 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 09:11:25 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-30 09:11:25 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-30 09:11:25 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-30 09:11:25 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 09:11:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 09:11:25 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 09:11:25 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 09:11:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 09:11:25 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 09:11:25 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 09:11:25 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 09:11:25 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 09:11:25 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:11:25 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:11:25 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:11:25 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:11:25 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:11:25 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:11:25 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 09:11:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 09:11:25 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 09:11:25 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 09:11:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 09:11:25 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 09:11:25 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 09:11:25 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 09:11:25 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 09:11:25 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-30 09:11:25 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-30 09:11:25 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '47706' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '54.194.48.90' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ssa.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.ssa.hippoclients.com/impulseautomation/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Opera/9.80 (Windows NT 10.0; U; en) Presto/2.2.15 Version/10.00' 'HTTP_HOST' => 'www.ssa.hippoclients.com' 'SSL_TLS_SNI' => 'www.ssa.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.ssa.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714493485.6471 'REQUEST_TIME' => 1714493485 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 09:11:25 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:11:25 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:11:25 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:11:25 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 09:11:25 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 09:11:25 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 09:11:25 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:11:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:11:25 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:11:25 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:11:25 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:11:25 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:11:25 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:11:25 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:11:25 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 09:11:25 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 09:11:25 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 09:11:25 [-][-][-][info][yii\web\Session::open] Session started 2024-04-30 09:11:25 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '47706' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '54.194.48.90' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ssa.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.ssa.hippoclients.com/fulfillmentworks/web/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36' 'HTTP_HOST' => 'www.ssa.hippoclients.com' 'SSL_TLS_SNI' => 'www.ssa.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.ssa.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.ssa.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.ssa.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714493485.767 'REQUEST_TIME' => 1714493485 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 09:11:26 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:11:26 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-30 09:11:26 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-30 09:11:26 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-30 09:11:26 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 09:11:26 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 09:11:26 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 09:11:26 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-30 09:11:26 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-30 09:11:26 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 09:11:26 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 09:11:26 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-30 09:11:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 09:11:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 09:11:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 09:11:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 09:11:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 09:11:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 09:11:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 09:11:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 09:11:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 09:11:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 09:11:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 09:11:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 09:11:26 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 09:11:26 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 09:11:26 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 09:11:26 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 09:11:26 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 09:11:26 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-30 09:11:26 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 09:11:26 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-30 09:11:26 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-30 09:11:26 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '47750' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '54.194.48.90' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ssa.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.ssa.hippoclients.com/fulfillmentworks/web/admin' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36' 'HTTP_HOST' => 'www.ssa.hippoclients.com' 'SSL_TLS_SNI' => 'www.ssa.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.ssa.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.ssa.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.ssa.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714493486.1634 'REQUEST_TIME' => 1714493486 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 09:53:51 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 09:53:51 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 09:53:51 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 09:53:51 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-30 09:53:51 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-30 09:53:51 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 09:53:51 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-30 09:53:51 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-30 09:53:51 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '46092' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '44.200.39.22' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.subscryb.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.subscryb.hippoclients.com/fulfillmentworks/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Opera/9.80 (Windows NT 6.1; WOW64; U; en) Presto/2.9.168 Version/11.50' 'HTTP_HOST' => 'www.subscryb.hippoclients.com' 'SSL_TLS_SNI' => 'www.subscryb.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.subscryb.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714496031.3252 'REQUEST_TIME' => 1714496031 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 09:53:51 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 09:53:51 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 09:53:51 [-][-][-][info][yii\web\Session::open] Session started 2024-04-30 09:53:51 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '46116' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '44.200.39.22' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.subscryb.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.subscryb.hippoclients.com/fulfillmentworks/web/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0' 'HTTP_HOST' => 'www.subscryb.hippoclients.com' 'SSL_TLS_SNI' => 'www.subscryb.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.subscryb.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.subscryb.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.subscryb.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714496031.6154 'REQUEST_TIME' => 1714496031 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 09:53:51 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 09:53:51 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-30 09:53:51 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-30 09:53:51 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-30 09:53:51 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 09:53:51 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 09:53:51 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 09:53:51 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-30 09:53:51 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-30 09:53:51 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 09:53:51 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 09:53:51 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-30 09:53:51 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 09:53:51 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 09:53:51 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 09:53:51 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 09:53:51 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 09:53:51 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 09:53:51 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 09:53:51 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 09:53:51 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 09:53:51 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 09:53:51 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 09:53:51 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 09:53:51 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 09:53:51 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 09:53:51 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 09:53:51 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 09:53:51 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 09:53:51 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-30 09:53:51 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 09:53:51 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-30 09:53:51 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-30 09:53:51 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '46100' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '44.200.39.22' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.subscryb.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.subscryb.hippoclients.com/fulfillmentworks/web/admin' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0' 'HTTP_HOST' => 'www.subscryb.hippoclients.com' 'SSL_TLS_SNI' => 'www.subscryb.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.subscryb.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.subscryb.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.subscryb.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714496031.8459 'REQUEST_TIME' => 1714496031 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 10:45:16 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 10:45:16 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 10:45:16 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 10:45:16 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 10:45:16 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 10:45:16 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 10:45:16 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 10:45:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 10:45:16 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 10:45:16 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 10:45:16 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 10:45:16 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 10:45:16 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 10:45:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 10:45:16 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 10:45:16 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:16 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 10:45:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 10:45:16 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 10:45:16 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:16 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 10:45:16 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 10:45:16 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 10:45:16 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 10:45:16 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-30 10:45:16 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-30 10:45:16 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-30 10:45:16 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 10:45:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 10:45:16 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 10:45:16 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 10:45:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 10:45:16 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 10:45:16 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 10:45:16 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 10:45:16 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 10:45:16 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 10:45:16 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 10:45:16 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 10:45:16 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 10:45:16 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 10:45:16 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 10:45:16 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 10:45:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 10:45:16 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 10:45:16 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 10:45:16 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 10:45:16 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 10:45:16 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 10:45:16 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 10:45:16 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 10:45:16 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-30 10:45:16 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-30 10:45:16 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/index.php' 'REQUEST_URI' => '/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '8146' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web' 'REMOTE_ADDR' => '49.204.99.22' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'fulfillmentworks.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.9,te;q=0.8' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36' 'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' 'HTTP_CONNECTION' => 'keep-alive' 'HTTP_HOST' => 'fulfillmentworks.hippoclients.com' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/index.php' 'REQUEST_TIME_FLOAT' => 1714499116.5284 'REQUEST_TIME' => 1714499116 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 10:45:31 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 10:45:31 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 10:45:31 [-][-][-][info][yii\web\Session::open] Session started 2024-04-30 10:45:31 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/index.php' 'REQUEST_URI' => '/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/admin' 'REMOTE_PORT' => '9271' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web' 'REMOTE_ADDR' => '49.204.99.22' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'fulfillmentworks.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.9,te;q=0.8' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' 'HTTP_REFERER' => 'http://fulfillmentworks.hippoclients.com/' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36' 'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' 'HTTP_CONNECTION' => 'keep-alive' 'HTTP_HOST' => 'fulfillmentworks.hippoclients.com' 'REDIRECT_STATUS' => '200' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/index.php' 'REQUEST_TIME_FLOAT' => 1714499131.3203 'REQUEST_TIME' => 1714499131 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 10:45:31 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 10:45:31 [-][-][-][info][yii\web\Session::open] Session started 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 10:45:31 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-30 10:45:31 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-30 10:45:31 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-30 10:45:31 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 10:45:31 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 10:45:31 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 10:45:31 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-30 10:45:31 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-30 10:45:31 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 10:45:31 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 10:45:31 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-30 10:45:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 10:45:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 10:45:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 10:45:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 10:45:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 10:45:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 10:45:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 10:45:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 10:45:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 10:45:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 10:45:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 10:45:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 10:45:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 10:45:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 10:45:31 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 10:45:31 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 10:45:31 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 10:45:31 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-30 10:45:31 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 10:45:31 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-30 10:45:31 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-30 10:45:31 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [ 'CraftSessionId' => '41q1s22j6anrusoj3ndg33u0k4' ] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/index.php' 'REQUEST_URI' => '/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/admin/login' 'REMOTE_PORT' => '9271' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web' 'REMOTE_ADDR' => '49.204.99.22' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'fulfillmentworks.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_COOKIE' => 'CraftSessionId=41q1s22j6anrusoj3ndg33u0k4' 'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.9,te;q=0.8' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' 'HTTP_REFERER' => 'http://fulfillmentworks.hippoclients.com/' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36' 'HTTP_UPGRADE_INSECURE_REQUESTS' => '1' 'HTTP_CONNECTION' => 'keep-alive' 'HTTP_HOST' => 'fulfillmentworks.hippoclients.com' 'REDIRECT_STATUS' => '200' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/index.php' 'REQUEST_TIME_FLOAT' => 1714499131.4896 'REQUEST_TIME' => 1714499131 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 10:45:59 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 10:45:59 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 10:45:59 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 10:45:59 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 10:45:59 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 10:45:59 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 10:45:59 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 10:45:59 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 10:45:59 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 10:45:59 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 10:45:59 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 10:45:59 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 10:45:59 [-][-][-][info][yii\web\Session::open] Session started 2024-04-30 10:45:59 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 10:45:59 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 10:45:59 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 10:45:59 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-30 10:45:59 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-30 10:45:59 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-30 10:45:59 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 10:45:59 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 10:45:59 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 10:45:59 [-][-][-][info][yii\db\Command::query] SELECT `users`.`password`, `users`.`passwordResetRequired`, `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `users`.`username`, `users`.`firstName`, `users`.`lastName`, `users`.`email`, `users`.`admin`, `users`.`locked`, `users`.`pending`, `users`.`suspended`, `users`.`lastLoginDate`, `users`.`lockoutDate`, `users`.`photoId`, `users`.`hasDashboard`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_users` `users` ON `users`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE ((`username`='root') OR (`email`='root')) AND (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `users`.`username` LIMIT 1) `subquery` INNER JOIN `craft_users` `users` ON `users`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `users`.`username` 2024-04-30 10:45:59 [-][-][-][profile begin][yii\db\Command::query] SELECT `users`.`password`, `users`.`passwordResetRequired`, `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `users`.`username`, `users`.`firstName`, `users`.`lastName`, `users`.`email`, `users`.`admin`, `users`.`locked`, `users`.`pending`, `users`.`suspended`, `users`.`lastLoginDate`, `users`.`lockoutDate`, `users`.`photoId`, `users`.`hasDashboard`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_users` `users` ON `users`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE ((`username`='root') OR (`email`='root')) AND (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `users`.`username` LIMIT 1) `subquery` INNER JOIN `craft_users` `users` ON `users`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `users`.`username` 2024-04-30 10:45:59 [-][-][-][profile end][yii\db\Command::query] SELECT `users`.`password`, `users`.`passwordResetRequired`, `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `users`.`username`, `users`.`firstName`, `users`.`lastName`, `users`.`email`, `users`.`admin`, `users`.`locked`, `users`.`pending`, `users`.`suspended`, `users`.`lastLoginDate`, `users`.`lockoutDate`, `users`.`photoId`, `users`.`hasDashboard`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_users` `users` ON `users`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE ((`username`='root') OR (`email`='root')) AND (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `users`.`username` LIMIT 1) `subquery` INNER JOIN `craft_users` `users` ON `users`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `users`.`username` 2024-04-30 10:45:59 [-][-][-][info][application] $_GET = [ 'p' => 'admin/actions/users/login' ] $_POST = [ 'loginName' => 'root' 'password' => '••••••••••••' 'rememberMe' => '' ] $_FILES = [] $_COOKIE = [ 'CraftSessionId' => '41q1s22j6anrusoj3ndg33u0k4' 'CRAFT_CSRF_TOKEN' => '••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••' ] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/index.php' 'REQUEST_URI' => '/index.php?p=admin/actions/users/login' 'QUERY_STRING' => 'p=admin/actions/users/login' 'REQUEST_METHOD' => 'POST' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '9221' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web' 'REMOTE_ADDR' => '49.204.99.22' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'fulfillmentworks.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_COOKIE' => 'CraftSessionId=41q1s22j6anrusoj3ndg33u0k4; CRAFT_CSRF_TOKEN=1c055495983f9ba3d60cf5e36bb423a80c89fab6c8701cd89967ff8bebc9655ba%3A2%3A%7Bi%3A0%3Bs%3A16%3A%22CRAFT_CSRF_TOKEN%22%3Bi%3A1%3Bs%3A40%3A%22Dn7J3D8GXvLfZrr6l6WzuZfsbEOwYmm29cX6nzVL%22%3B%7D' 'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.9,te;q=0.8' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' 'HTTP_REFERER' => 'http://fulfillmentworks.hippoclients.com/admin/login' 'HTTP_ORIGIN' => 'http://fulfillmentworks.hippoclients.com' 'CONTENT_TYPE' => 'application/x-www-form-urlencoded; charset=UTF-8' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36' 'HTTP_X_REGISTERED_ASSET_BUNDLES' => ',craft\\web\\assets\\login\\LoginAsset,craft\\web\\assets\\cp\\CpAsset,craft\\web\\assets\\d3\\D3Asset,craft\\web\\assets\\elementresizedetector\\ElementResizeDetectorAsset,craft\\web\\assets\\garnish\\GarnishAsset,yii\\web\\JqueryAsset,craft\\web\\assets\\jquerytouchevents\\JqueryTouchEventsAsset,craft\\web\\assets\\velocity\\VelocityAsset,craft\\web\\assets\\jqueryui\\JqueryUiAsset,craft\\web\\assets\\jquerypayment\\JqueryPaymentAsset,craft\\web\\assets\\datepickeri18n\\DatepickerI18nAsset,craft\\web\\assets\\picturefill\\PicturefillAsset,craft\\web\\assets\\selectize\\SelectizeAsset,craft\\web\\assets\\fileupload\\FileUploadAsset,craft\\web\\assets\\xregexp\\XregexpAsset,craft\\web\\assets\\fabric\\FabricAsset' 'HTTP_X_REQUESTED_WITH' => 'XMLHttpRequest' 'HTTP_X_CSRF_TOKEN' => '••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••' 'HTTP_ACCEPT' => 'application/json, text/javascript, */*; q=0.01' 'HTTP_X_REGISTERED_JS_FILES' => ',http://fulfillmentworks.hippoclients.com/cpresources/f8f6a78e/d3.js?v=1564576661,http://fulfillmentworks.hippoclients.com/cpresources/556910ad/element-resize-detector.js?v=1564576661,http://fulfillmentworks.hippoclients.com/cpresources/7af9bb58/jquery.js?v=1564576661,http://fulfillmentworks.hippoclients.com/cpresources/f1f7bb1d/jquery.mobile-events.min.js?v=1564576661,http://fulfillmentworks.hippoclients.com/cpresources/6b764c25/velocity.js?v=1564576661,http://fulfillmentworks.hippoclients.com/cpresources/cb4bb008/garnish.js?v=1564576661,http://fulfillmentworks.hippoclients.com/cpresources/25dfd780/jquery-ui.min.js?v=1564576661,http://fulfillmentworks.hippoclients.com/cpresources/7751e3cd/jquery.payment.js?v=1564576661,http://fulfillmentworks.hippoclients.com/cpresources/f65387df/picturefill.js?v=1564576661,http://fulfillmentworks.hippoclients.com/cpresources/a22daa5b/selectize.js?v=1564576661,http://fulfillmentworks.hippoclients.com/cpresources/eebb8621/jquery.fileupload.js?v=1564576661,http://fulfillmentworks.hippoclients.com/cpresources/a841eed1/xregexp-all.js?v=1564576661,http://fulfillmentworks.hippoclients.com/cpresources/de0d6436/fabric.js?v=1564576661,http://fulfillmentworks.hippoclients.com/cpresources/1e7271bf/js/Craft.min.js?v=1564576661,http://fulfillmentworks.hippoclients.com/cpresources/1a4c64c1/login.min.js?v=1564576870' 'CONTENT_LENGTH' => '48' 'HTTP_CONNECTION' => 'keep-alive' 'HTTP_HOST' => 'fulfillmentworks.hippoclients.com' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/index.php' 'REQUEST_TIME_FLOAT' => 1714499159.4206 'REQUEST_TIME' => 1714499159 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 10:56:04 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 10:56:04 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 10:56:04 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 10:56:04 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 10:56:04 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 10:56:04 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 10:56:04 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 10:56:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 10:56:04 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 10:56:04 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 10:56:04 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 10:56:04 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 10:56:04 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 10:56:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 10:56:04 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 10:56:04 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 10:56:04 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 10:56:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 10:56:04 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 10:56:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 10:56:04 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 10:56:04 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 10:56:04 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 10:56:04 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 10:56:04 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-30 10:56:04 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-30 10:56:04 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-30 10:56:04 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 10:56:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 10:56:04 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 10:56:04 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 10:56:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 10:56:04 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 10:56:04 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 10:56:04 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 10:56:04 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 10:56:04 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 10:56:04 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 10:56:04 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 10:56:04 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 10:56:04 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 10:56:04 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 10:56:04 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 10:56:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 10:56:04 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 10:56:04 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 10:56:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 10:56:04 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 10:56:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 10:56:04 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 10:56:04 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 10:56:04 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-30 10:56:04 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-30 10:56:04 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '15021' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '54.36.148.184' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'outhill.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'outhill.com' 'SSL_TLS_SNI' => 'outhill.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://outhill.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714499764.6858 'REQUEST_TIME' => 1714499764 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 13:55:10 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 13:55:10 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 13:55:10 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 13:55:10 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 13:55:10 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 13:55:10 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 13:55:10 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 13:55:10 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 13:55:10 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 13:55:10 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 13:55:10 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 13:55:10 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 13:55:10 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 13:55:10 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 13:55:10 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 13:55:10 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 13:55:10 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 13:55:10 [-][-][-][info][yii\web\Session::open] Session started 2024-04-30 13:55:10 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '28009' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '114.119.149.222' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'whywomenwork.org' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' 'HTTP_REFERER' => 'https://whywomenwork.org/fulfillmentworks/web/' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)' 'HTTP_CONNECTION' => 'Close' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_HOST' => 'whywomenwork.org' 'SSL_TLS_SNI' => 'whywomenwork.org' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://whywomenwork.org/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'whywomenwork.org' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://whywomenwork.org/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714510510.2124 'REQUEST_TIME' => 1714510510 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 13:55:11 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 13:55:11 [-][-][-][info][yii\web\Session::open] Session started 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 13:55:11 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-30 13:55:11 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-30 13:55:11 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-30 13:55:11 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 13:55:11 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 13:55:11 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 13:55:11 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-30 13:55:11 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-30 13:55:11 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 13:55:11 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 13:55:11 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-30 13:55:11 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 13:55:11 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 13:55:11 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 13:55:11 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 13:55:11 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 13:55:11 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 13:55:11 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 13:55:11 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 13:55:11 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 13:55:11 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 13:55:11 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 13:55:11 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 13:55:11 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 13:55:11 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 13:55:11 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 13:55:11 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 13:55:11 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 13:55:11 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-30 13:55:11 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 13:55:11 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-30 13:55:11 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-30 13:55:11 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [ 'CraftSessionId' => 'nhphipoirpmlnfn0om1ic6eef4' ] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '28011' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '114.119.149.222' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'whywomenwork.org' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_COOKIE' => 'CraftSessionId=nhphipoirpmlnfn0om1ic6eef4' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' 'HTTP_REFERER' => 'https://whywomenwork.org/fulfillmentworks/web/' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)' 'HTTP_CONNECTION' => 'Close' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_HOST' => 'whywomenwork.org' 'SSL_TLS_SNI' => 'whywomenwork.org' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://whywomenwork.org/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'whywomenwork.org' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://whywomenwork.org/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714510511.3325 'REQUEST_TIME' => 1714510511 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 14:53:57 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 14:53:57 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-04-30 14:53:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-04-30 14:53:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-04-30 14:53:57 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 14:53:57 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 14:53:57 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 14:53:57 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-04-30 14:53:57 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-04-30 14:53:57 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-04-30 14:53:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 14:53:57 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-04-30 14:53:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 14:53:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 14:53:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 14:53:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 14:53:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 14:53:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 14:53:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 14:53:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-04-30 14:53:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 14:53:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 14:53:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-04-30 14:53:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-04-30 14:53:57 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 14:53:57 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-04-30 14:53:57 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 14:53:57 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 14:53:57 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-04-30 14:53:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-04-30 14:53:57 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-04-30 14:53:57 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-04-30 14:53:57 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-04-30 14:53:57 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '45888' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '66.249.66.206' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.freshnation.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)' 'HTTP_FROM' => 'googlebot(at)googlebot.com' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8' 'HTTP_CONNECTION' => 'keep-alive' 'HTTP_AMP_CACHE_TRANSFORM' => 'google;v=\"1..8\"' 'HTTP_HOST' => 'www.freshnation.hippoclients.com' 'SSL_TLS_SNI' => 'www.freshnation.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.freshnation.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.freshnation.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.freshnation.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714514037.765 'REQUEST_TIME' => 1714514037 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 17:46:23 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 17:46:23 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 17:46:23 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 17:46:23 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 17:46:23 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 17:46:23 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 17:46:23 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 17:46:23 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 17:46:23 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 17:46:23 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 17:46:23 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 17:46:23 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 17:46:23 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 17:46:23 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 17:46:23 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 17:46:23 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 17:46:23 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 17:46:23 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 17:46:23 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 17:46:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 17:46:23 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 17:46:23 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 17:46:23 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 17:46:23 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 17:46:23 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-30 17:46:23 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-30 17:46:23 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-30 17:46:23 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 17:46:23 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 17:46:23 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 17:46:23 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 17:46:23 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 17:46:23 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 17:46:23 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 17:46:23 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 17:46:23 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 17:46:23 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 17:46:23 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 17:46:23 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 17:46:23 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 17:46:23 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 17:46:23 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 17:46:23 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 17:46:23 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 17:46:23 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 17:46:23 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 17:46:23 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 17:46:23 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 17:46:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 17:46:23 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 17:46:23 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 17:46:23 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-30 17:46:23 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-30 17:46:23 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '23744' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '185.191.171.17' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'outhill.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)' 'HTTP_CONNECTION' => 'close' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_ACCEPT' => 'text/html, application/rss+xml, application/atom+xml, text/xml, text/rss+xml, application/xhtml+xml' 'HTTP_HOST' => 'outhill.com' 'SCRIPT_URI' => 'http://outhill.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714524383.7918 'REQUEST_TIME' => 1714524383 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 19:25:52 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 19:25:52 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 19:25:52 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 19:25:52 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 19:25:52 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 19:25:52 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 19:25:52 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 19:25:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 19:25:52 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 19:25:52 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 19:25:52 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 19:25:52 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 19:25:52 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 19:25:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 19:25:52 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 19:25:52 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 19:25:52 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 19:25:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 19:25:52 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 19:25:52 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 19:25:52 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 19:25:52 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 19:25:52 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 19:25:52 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 19:25:52 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-30 19:25:52 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-30 19:25:52 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-30 19:25:52 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 19:25:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 19:25:52 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 19:25:52 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 19:25:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 19:25:52 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 19:25:52 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 19:25:52 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 19:25:52 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 19:25:52 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:25:52 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:25:52 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:25:52 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:25:52 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:25:52 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:25:52 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 19:25:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 19:25:52 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 19:25:52 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 19:25:52 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 19:25:52 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 19:25:52 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 19:25:52 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 19:25:52 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 19:25:52 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-30 19:25:52 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-30 19:25:52 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '54804' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ysc-book.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.ysc-book.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.ysc-book.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714530352.2462 'REQUEST_TIME' => 1714530352 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 19:25:55 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 19:25:55 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 19:25:55 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 19:25:55 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 19:25:55 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 19:25:55 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 19:25:55 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 19:25:55 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 19:25:55 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 19:25:55 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 19:25:55 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 19:25:55 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 19:25:55 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 19:25:55 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 19:25:55 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 19:25:55 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 19:25:55 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 19:25:55 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 19:25:55 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 19:25:55 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 19:25:55 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 19:25:55 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 19:25:55 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 19:25:55 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 19:25:55 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-30 19:25:55 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-30 19:25:55 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-30 19:25:55 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 19:25:55 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 19:25:55 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 19:25:55 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 19:25:55 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 19:25:55 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 19:25:55 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 19:25:55 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 19:25:55 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 19:25:55 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:25:55 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:25:55 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:25:55 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:25:55 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:25:55 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:25:55 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 19:25:55 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 19:25:55 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 19:25:55 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 19:25:55 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 19:25:55 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 19:25:55 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 19:25:55 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 19:25:55 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 19:25:55 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-30 19:25:55 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-30 19:25:55 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '12385' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '23.22.35.162' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'shanklin-chine.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'shanklin-chine.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://shanklin-chine.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714530355.9617 'REQUEST_TIME' => 1714530355 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 19:25:59 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 19:25:59 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 19:25:59 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 19:25:59 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 19:25:59 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 19:25:59 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 19:25:59 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 19:25:59 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 19:25:59 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 19:25:59 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 19:25:59 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 19:25:59 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 19:25:59 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 19:25:59 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 19:25:59 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 19:25:59 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 19:25:59 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 19:25:59 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 19:25:59 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 19:25:59 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 19:25:59 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 19:25:59 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 19:25:59 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 19:25:59 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 19:25:59 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-30 19:25:59 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-30 19:25:59 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-30 19:25:59 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 19:25:59 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 19:25:59 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 19:25:59 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 19:25:59 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 19:25:59 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 19:25:59 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 19:25:59 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 19:25:59 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 19:25:59 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:25:59 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:25:59 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:25:59 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:25:59 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:25:59 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:25:59 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 19:25:59 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 19:25:59 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 19:25:59 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 19:25:59 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 19:25:59 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 19:25:59 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 19:25:59 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 19:25:59 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 19:25:59 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-30 19:25:59 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-30 19:25:59 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '2391' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.fnathome.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.fnathome.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.fnathome.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714530359.2513 'REQUEST_TIME' => 1714530359 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 19:26:07 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 19:26:07 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 19:26:07 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 19:26:07 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 19:26:07 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 19:26:07 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 19:26:07 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 19:26:07 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 19:26:07 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 19:26:07 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 19:26:07 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 19:26:07 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 19:26:07 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 19:26:07 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 19:26:07 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 19:26:07 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 19:26:07 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 19:26:07 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 19:26:07 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 19:26:07 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 19:26:07 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 19:26:07 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 19:26:07 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 19:26:07 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 19:26:07 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-30 19:26:07 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-30 19:26:07 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-30 19:26:07 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 19:26:07 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 19:26:07 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 19:26:07 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 19:26:07 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 19:26:07 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 19:26:07 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 19:26:07 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 19:26:07 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 19:26:07 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:26:07 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:26:07 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:26:07 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:26:07 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:26:07 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:26:07 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 19:26:07 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 19:26:07 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 19:26:07 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 19:26:07 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 19:26:07 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 19:26:07 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 19:26:07 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 19:26:07 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 19:26:07 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-30 19:26:07 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-30 19:26:07 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '14561' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'hpd.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'hpd.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://hpd.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714530367.1965 'REQUEST_TIME' => 1714530367 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 19:34:40 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 19:34:40 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 19:34:40 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 19:34:40 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 19:34:40 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 19:34:40 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 19:34:40 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 19:34:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 19:34:40 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 19:34:40 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 19:34:40 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 19:34:40 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 19:34:40 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 19:34:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 19:34:40 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 19:34:40 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 19:34:40 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 19:34:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 19:34:40 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 19:34:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 19:34:40 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 19:34:40 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 19:34:40 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 19:34:40 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 19:34:40 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-30 19:34:40 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-30 19:34:40 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-30 19:34:40 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 19:34:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 19:34:40 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 19:34:40 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 19:34:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 19:34:40 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 19:34:40 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 19:34:40 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 19:34:40 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 19:34:40 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:34:40 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:34:40 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:34:40 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:34:40 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:34:40 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 19:34:40 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 19:34:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 19:34:40 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 19:34:40 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 19:34:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 19:34:40 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 19:34:40 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 19:34:40 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 19:34:40 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 19:34:40 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-30 19:34:40 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-30 19:34:40 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '34311' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.224.220.101' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.test.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5 (Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)' 'HTTP_HOST' => 'www.test.hippoclients.com' 'HTTP_CONNECTION' => 'close' 'SCRIPT_URI' => 'http://www.test.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714530880.0455 'REQUEST_TIME' => 1714530880 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 20:58:06 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 20:58:06 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 20:58:06 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 20:58:06 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 20:58:06 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 20:58:06 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 20:58:06 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 20:58:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 20:58:06 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 20:58:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 20:58:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 20:58:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 20:58:06 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 20:58:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 20:58:06 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 20:58:06 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 20:58:06 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 20:58:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 20:58:06 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 20:58:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 20:58:06 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 20:58:06 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 20:58:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 20:58:06 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 20:58:06 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-30 20:58:06 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-30 20:58:06 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-30 20:58:06 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 20:58:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 20:58:06 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 20:58:06 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 20:58:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 20:58:06 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 20:58:06 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 20:58:06 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 20:58:06 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 20:58:06 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 20:58:06 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 20:58:06 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 20:58:06 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 20:58:06 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 20:58:06 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 20:58:06 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 20:58:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 20:58:06 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 20:58:06 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 20:58:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 20:58:06 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 20:58:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 20:58:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 20:58:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 20:58:06 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-30 20:58:06 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-30 20:58:06 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '28928' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '85.208.96.202' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'outhill.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)' 'HTTP_CONNECTION' => 'close' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_ACCEPT' => 'text/html, application/rss+xml, application/atom+xml, text/xml, text/rss+xml, application/xhtml+xml' 'HTTP_HOST' => 'outhill.com' 'SSL_TLS_SNI' => 'outhill.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://outhill.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714535886.0696 'REQUEST_TIME' => 1714535886 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 23:07:18 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 23:07:18 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 23:07:18 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 23:07:18 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 23:07:18 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 23:07:18 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 23:07:18 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 23:07:18 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 23:07:18 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 23:07:18 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 23:07:18 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 23:07:18 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 23:07:18 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 23:07:18 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 23:07:18 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 23:07:18 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 23:07:18 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 23:07:18 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 23:07:18 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 23:07:18 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 23:07:18 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 23:07:18 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 23:07:18 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 23:07:18 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 23:07:18 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-30 23:07:18 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-30 23:07:18 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-30 23:07:18 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 23:07:18 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 23:07:18 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 23:07:18 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 23:07:18 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 23:07:18 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 23:07:18 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 23:07:18 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 23:07:18 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 23:07:18 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 23:07:18 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 23:07:18 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 23:07:18 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 23:07:18 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 23:07:18 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 23:07:18 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 23:07:18 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 23:07:18 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 23:07:18 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 23:07:18 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 23:07:18 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 23:07:18 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 23:07:18 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 23:07:18 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 23:07:18 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-30 23:07:18 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-30 23:07:18 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '47186' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '54.202.33.116' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'culturaldna.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_CONNECTION' => 'Keep-Alive' 'HTTP_HOST' => 'culturaldna.com' 'HTTP_ACCEPT_ENCODING' => 'br,gzip' 'HTTP_IF_MODIFIED_SINCE' => 'Sun, 31 Mar 2024 20:28:17 GMT' 'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.5' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_USER_AGENT' => 'Friendly_Crawler/Nutch-1.20-SNAPSHOT' 'SCRIPT_URI' => 'http://culturaldna.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714543638.3672 'REQUEST_TIME' => 1714543638 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-04-30 23:13:40 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 23:13:40 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 23:13:40 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-04-30 23:13:40 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-04-30 23:13:40 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-04-30 23:13:40 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-04-30 23:13:40 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 23:13:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 23:13:40 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-04-30 23:13:40 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 23:13:40 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 23:13:40 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-04-30 23:13:40 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 23:13:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 23:13:40 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-04-30 23:13:40 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-04-30 23:13:40 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 23:13:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 23:13:40 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-04-30 23:13:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-04-30 23:13:40 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-04-30 23:13:40 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-04-30 23:13:40 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-04-30 23:13:40 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-04-30 23:13:40 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-04-30 23:13:40 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-04-30 23:13:40 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-04-30 23:13:40 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 23:13:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 23:13:40 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-04-30 23:13:40 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 23:13:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 23:13:40 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-04-30 23:13:40 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 23:13:40 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 23:13:40 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-04-30 23:13:40 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 23:13:40 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 23:13:40 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 23:13:40 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 23:13:40 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 23:13:40 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-04-30 23:13:40 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 23:13:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 23:13:40 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-04-30 23:13:40 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 23:13:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 23:13:40 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-04-30 23:13:40 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 23:13:40 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 23:13:40 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-04-30 23:13:40 [-][-][-][profile end][craft\web\twig\Template::display] 2024-04-30 23:13:40 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-04-30 23:13:40 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '51401' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '66.249.66.1' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ssa.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)' 'HTTP_FROM' => 'googlebot(at)googlebot.com' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8' 'HTTP_CONNECTION' => 'keep-alive' 'HTTP_AMP_CACHE_TRANSFORM' => 'google;v=\"1..8\"' 'HTTP_HOST' => 'www.ssa.hippoclients.com' 'SCRIPT_URI' => 'http://www.ssa.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714544020.1696 'REQUEST_TIME' => 1714544020 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 01:28:01 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 01:28:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/requirements-check 2024-05-01 01:28:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRequirementsCheck() 2024-05-01 01:28:01 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-05-01 01:28:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-05-01 01:28:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-05-01 01:28:01 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 01:28:01 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 01:28:01 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 01:28:01 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-05-01 01:28:01 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-05-01 01:28:01 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 01:28:01 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 01:28:01 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 01:28:01 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 01:28:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 01:28:01 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-05-01 01:28:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 01:28:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 01:28:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 01:28:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 01:28:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 01:28:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 01:28:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 01:28:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 01:28:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 01:28:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 01:28:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 01:28:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 01:28:01 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 01:28:01 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 01:28:02 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 01:28:02 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 01:28:02 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 01:28:02 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-05-01 01:28:02 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 01:28:02 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-05-01 01:28:02 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-05-01 01:28:01 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '15803' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '54.36.148.225' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'everydayinclusion.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'deflate, gzip, br' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; AhrefsBot/7.0; +http://ahrefs.com/robot/)' 'HTTP_HOST' => 'everydayinclusion.com' 'SSL_TLS_SNI' => 'everydayinclusion.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://everydayinclusion.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'everydayinclusion.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://everydayinclusion.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714552081.6257 'REQUEST_TIME' => 1714552081 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 04:07:08 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 04:07:08 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 04:07:08 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 04:07:08 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 04:07:08 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 04:07:08 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 04:07:08 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 04:07:08 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 04:07:08 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 04:07:08 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 04:07:08 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 04:07:08 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 04:07:08 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 04:07:08 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 04:07:08 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 04:07:08 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:08 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 04:07:08 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 04:07:08 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 04:07:08 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:08 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-05-01 04:07:08 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 04:07:08 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 04:07:08 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 04:07:08 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-05-01 04:07:08 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-05-01 04:07:08 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-05-01 04:07:08 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 04:07:08 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 04:07:08 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 04:07:08 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 04:07:08 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 04:07:08 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 04:07:08 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 04:07:08 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 04:07:08 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 04:07:08 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:07:08 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:07:08 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:07:08 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:07:08 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:07:08 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:07:08 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 04:07:08 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 04:07:08 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 04:07:08 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 04:07:08 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 04:07:08 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 04:07:08 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 04:07:08 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 04:07:08 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 04:07:08 [-][-][-][profile end][craft\web\twig\Template::display] 2024-05-01 04:07:08 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-05-01 04:07:08 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '40942' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.106.205.49' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.test.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.test.hippoclients.com/fulfillmentworks/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:61.0) Gecko/20100101 Firefox/61.0' 'HTTP_HOST' => 'www.test.hippoclients.com' 'SSL_TLS_SNI' => 'www.test.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.test.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714561628.187 'REQUEST_TIME' => 1714561628 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 04:07:09 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 04:07:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 04:07:09 [-][-][-][info][yii\web\Session::open] Session started 2024-05-01 04:07:09 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '40942' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.106.205.49' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.test.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.test.hippoclients.com/fulfillmentworks/web/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Opera/9.80 (Macintosh; Intel Mac OS X 10_10; U; en) Presto/2.7.62 Version/11.00' 'HTTP_HOST' => 'www.test.hippoclients.com' 'SSL_TLS_SNI' => 'www.test.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.test.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.test.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.test.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714561629.064 'REQUEST_TIME' => 1714561629 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 04:07:09 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 04:07:09 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-05-01 04:07:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-05-01 04:07:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-05-01 04:07:09 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 04:07:09 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 04:07:09 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 04:07:09 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-05-01 04:07:09 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-05-01 04:07:09 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 04:07:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 04:07:09 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-05-01 04:07:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 04:07:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 04:07:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 04:07:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 04:07:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 04:07:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 04:07:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 04:07:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 04:07:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 04:07:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 04:07:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 04:07:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 04:07:09 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 04:07:09 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 04:07:09 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 04:07:09 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 04:07:09 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 04:07:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-05-01 04:07:09 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 04:07:09 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-05-01 04:07:09 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-05-01 04:07:09 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '41012' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '3.106.205.49' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.test.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.test.hippoclients.com/fulfillmentworks/web/admin' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Opera/9.80 (Macintosh; Intel Mac OS X 10_10; U; en) Presto/2.7.62 Version/11.00' 'HTTP_HOST' => 'www.test.hippoclients.com' 'SSL_TLS_SNI' => 'www.test.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.test.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.test.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.test.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714561629.5075 'REQUEST_TIME' => 1714561629 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 04:34:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 04:34:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 04:34:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 04:34:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 04:34:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 04:34:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 04:34:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 04:34:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 04:34:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 04:34:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 04:34:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 04:34:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 04:34:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 04:34:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 04:34:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 04:34:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 04:34:37 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 04:34:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 04:34:37 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 04:34:37 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-05-01 04:34:37 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-05-01 04:34:37 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-05-01 04:34:37 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 04:34:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 04:34:37 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 04:34:37 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 04:34:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 04:34:37 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 04:34:37 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 04:34:37 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 04:34:37 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 04:34:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:34:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:34:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:34:37 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:34:37 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:34:37 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:34:37 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 04:34:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 04:34:37 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 04:34:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 04:34:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 04:34:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 04:34:37 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 04:34:37 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 04:34:37 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 04:34:37 [-][-][-][profile end][craft\web\twig\Template::display] 2024-05-01 04:34:37 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-05-01 04:34:37 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '54862' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '13.214.161.136' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.thefriend.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.thefriend.hippoclients.com/fulfillmentworks/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0' 'HTTP_HOST' => 'www.thefriend.hippoclients.com' 'SSL_TLS_SNI' => 'www.thefriend.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.thefriend.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714563277.0505 'REQUEST_TIME' => 1714563277 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 04:34:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 04:34:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 04:34:37 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 04:34:37 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 04:34:37 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 04:34:37 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 04:34:37 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 04:34:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 04:34:37 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 04:34:37 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 04:34:37 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 04:34:37 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 04:34:37 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 04:34:37 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 04:34:37 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-05-01 04:34:37 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 04:34:37 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 04:34:37 [-][-][-][info][yii\web\Session::open] Session started 2024-05-01 04:34:37 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '54946' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '13.214.161.136' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.thefriend.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.thefriend.hippoclients.com/fulfillmentworks/web/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Opera/9.80 (Macintosh; Intel Mac OS X 10_10; U; en) Presto/2.2.15 Version/10.00' 'HTTP_HOST' => 'www.thefriend.hippoclients.com' 'SSL_TLS_SNI' => 'www.thefriend.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.thefriend.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.thefriend.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.thefriend.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714563277.7145 'REQUEST_TIME' => 1714563277 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 04:34:37 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 04:34:37 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 04:34:38 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-05-01 04:34:38 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-05-01 04:34:38 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-05-01 04:34:38 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 04:34:38 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 04:34:38 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 04:34:38 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-05-01 04:34:38 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-05-01 04:34:38 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 04:34:38 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 04:34:38 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-05-01 04:34:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 04:34:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 04:34:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 04:34:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 04:34:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 04:34:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 04:34:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 04:34:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 04:34:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 04:34:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 04:34:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 04:34:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 04:34:38 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 04:34:38 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 04:34:38 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 04:34:38 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 04:34:38 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 04:34:38 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-05-01 04:34:38 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 04:34:38 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-05-01 04:34:38 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-05-01 04:34:37 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '54862' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '13.214.161.136' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.thefriend.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.thefriend.hippoclients.com/fulfillmentworks/web/admin' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Opera/9.80 (Macintosh; Intel Mac OS X 10_10; U; en) Presto/2.2.15 Version/10.00' 'HTTP_HOST' => 'www.thefriend.hippoclients.com' 'SSL_TLS_SNI' => 'www.thefriend.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.thefriend.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.thefriend.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.thefriend.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714563277.9911 'REQUEST_TIME' => 1714563277 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 05:14:32 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 05:14:32 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 05:14:32 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 05:14:32 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-05-01 05:14:32 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-05-01 05:14:32 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 05:14:32 [-][-][-][profile end][craft\web\twig\Template::display] 2024-05-01 05:14:32 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-05-01 05:14:32 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '54794' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '44.203.117.153' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.tia.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.tia.hippoclients.com/agbservice/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36' 'HTTP_HOST' => 'www.tia.hippoclients.com' 'SSL_TLS_SNI' => 'www.tia.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.tia.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714565672.0043 'REQUEST_TIME' => 1714565672 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 05:14:32 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 05:14:32 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 05:14:32 [-][-][-][info][yii\web\Session::open] Session started 2024-05-01 05:14:32 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '54800' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '44.203.117.153' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.tia.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.tia.hippoclients.com/fulfillmentworks/web/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0' 'HTTP_HOST' => 'www.tia.hippoclients.com' 'SSL_TLS_SNI' => 'www.tia.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.tia.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.tia.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.tia.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714565672.3031 'REQUEST_TIME' => 1714565672 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 05:14:32 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 05:14:32 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-05-01 05:14:32 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-05-01 05:14:32 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-05-01 05:14:32 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 05:14:32 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 05:14:32 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 05:14:32 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-05-01 05:14:32 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-05-01 05:14:32 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 05:14:32 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 05:14:32 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-05-01 05:14:32 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 05:14:32 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 05:14:32 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 05:14:32 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 05:14:32 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 05:14:32 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 05:14:32 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 05:14:32 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 05:14:32 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 05:14:32 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 05:14:32 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 05:14:32 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 05:14:32 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 05:14:32 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 05:14:32 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 05:14:32 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 05:14:32 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 05:14:32 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-05-01 05:14:32 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 05:14:32 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-05-01 05:14:32 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-05-01 05:14:32 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '54800' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '44.203.117.153' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.tia.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.tia.hippoclients.com/fulfillmentworks/web/admin' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0' 'HTTP_HOST' => 'www.tia.hippoclients.com' 'SSL_TLS_SNI' => 'www.tia.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.tia.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.tia.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.tia.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714565672.6514 'REQUEST_TIME' => 1714565672 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 06:12:03 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 06:12:03 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 06:12:03 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 06:12:03 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 06:12:03 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 06:12:03 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 06:12:03 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 06:12:03 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 06:12:03 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 06:12:03 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 06:12:03 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 06:12:03 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 06:12:03 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 06:12:03 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 06:12:03 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 06:12:03 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:03 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 06:12:03 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 06:12:03 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 06:12:03 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:03 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-05-01 06:12:03 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 06:12:03 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 06:12:03 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 06:12:03 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-05-01 06:12:03 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-05-01 06:12:03 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-05-01 06:12:03 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 06:12:03 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 06:12:03 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 06:12:03 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 06:12:03 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 06:12:03 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 06:12:03 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 06:12:03 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 06:12:03 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 06:12:03 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 06:12:03 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 06:12:03 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 06:12:03 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 06:12:03 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 06:12:03 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 06:12:03 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 06:12:03 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 06:12:03 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 06:12:03 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 06:12:03 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 06:12:03 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 06:12:03 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 06:12:03 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 06:12:03 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 06:12:03 [-][-][-][profile end][craft\web\twig\Template::display] 2024-05-01 06:12:03 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-05-01 06:12:03 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '39372' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.42.33.3' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.trunk.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.trunk.hippoclients.com/agbservice/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36' 'HTTP_HOST' => 'www.trunk.hippoclients.com' 'SSL_TLS_SNI' => 'www.trunk.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.trunk.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714569123.8624 'REQUEST_TIME' => 1714569123 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 06:12:04 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 06:12:04 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 06:12:04 [-][-][-][info][yii\web\Session::open] Session started 2024-05-01 06:12:04 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '39360' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.42.33.3' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.trunk.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.trunk.hippoclients.com/fulfillmentworks/web/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0' 'HTTP_HOST' => 'www.trunk.hippoclients.com' 'SSL_TLS_SNI' => 'www.trunk.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.trunk.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.trunk.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.trunk.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714569124.3728 'REQUEST_TIME' => 1714569124 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 06:12:04 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 06:12:04 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-05-01 06:12:04 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-05-01 06:12:04 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-05-01 06:12:04 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 06:12:04 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 06:12:04 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 06:12:04 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-05-01 06:12:04 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-05-01 06:12:04 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 06:12:04 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 06:12:04 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-05-01 06:12:04 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 06:12:04 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 06:12:04 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 06:12:04 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 06:12:04 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 06:12:04 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 06:12:04 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 06:12:04 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 06:12:04 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 06:12:04 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 06:12:04 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 06:12:04 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 06:12:04 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 06:12:04 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 06:12:04 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 06:12:04 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 06:12:04 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 06:12:04 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-05-01 06:12:04 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 06:12:04 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-05-01 06:12:04 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-05-01 06:12:04 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '39410' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '52.42.33.3' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.trunk.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.trunk.hippoclients.com/fulfillmentworks/web/admin' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0' 'HTTP_HOST' => 'www.trunk.hippoclients.com' 'SSL_TLS_SNI' => 'www.trunk.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.trunk.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.trunk.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.trunk.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714569124.6197 'REQUEST_TIME' => 1714569124 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 07:13:22 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 07:13:22 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 07:13:22 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 07:13:22 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 07:13:22 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 07:13:22 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 07:13:22 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 07:13:22 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 07:13:22 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 07:13:22 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 07:13:22 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 07:13:22 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 07:13:22 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 07:13:22 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 07:13:22 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 07:13:22 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:22 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 07:13:22 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 07:13:22 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 07:13:22 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:22 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-05-01 07:13:22 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 07:13:22 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 07:13:22 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 07:13:22 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-05-01 07:13:22 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-05-01 07:13:22 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-05-01 07:13:22 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 07:13:22 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 07:13:22 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 07:13:22 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 07:13:22 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 07:13:22 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 07:13:22 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 07:13:22 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 07:13:22 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 07:13:22 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 07:13:22 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 07:13:22 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 07:13:22 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 07:13:22 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 07:13:22 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 07:13:22 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 07:13:22 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 07:13:22 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 07:13:22 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 07:13:22 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 07:13:22 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 07:13:22 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 07:13:22 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 07:13:22 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 07:13:22 [-][-][-][profile end][craft\web\twig\Template::display] 2024-05-01 07:13:22 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-05-01 07:13:22 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '37902' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '15.168.144.237' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.vanilla.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.vanilla.hippoclients.com/impulseautomation/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Opera/9.80 (Windows NT 6.1; Win64; x64; U; en) Presto/2.9.168 Version/11.50' 'HTTP_HOST' => 'www.vanilla.hippoclients.com' 'SSL_TLS_SNI' => 'www.vanilla.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.vanilla.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714572802.5391 'REQUEST_TIME' => 1714572802 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 07:13:23 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 07:13:23 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 07:13:23 [-][-][-][info][yii\web\Session::open] Session started 2024-05-01 07:13:23 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '37884' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '15.168.144.237' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.vanilla.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.vanilla.hippoclients.com/fulfillmentworks/web/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Opera/9.80 (Windows NT 6.1; Win64; x64; U; en) Presto/2.2.15 Version/10.00' 'HTTP_HOST' => 'www.vanilla.hippoclients.com' 'SSL_TLS_SNI' => 'www.vanilla.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.vanilla.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.vanilla.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.vanilla.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714572803.4251 'REQUEST_TIME' => 1714572803 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 07:13:23 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 07:13:23 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-05-01 07:13:23 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-05-01 07:13:23 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-05-01 07:13:23 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 07:13:23 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 07:13:23 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 07:13:23 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-05-01 07:13:23 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-05-01 07:13:23 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 07:13:23 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 07:13:23 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-05-01 07:13:23 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 07:13:23 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 07:13:23 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 07:13:23 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 07:13:23 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 07:13:23 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 07:13:23 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 07:13:23 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 07:13:23 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 07:13:23 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 07:13:23 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 07:13:23 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 07:13:23 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 07:13:23 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 07:13:23 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 07:13:23 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 07:13:23 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 07:13:23 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-05-01 07:13:23 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 07:13:23 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-05-01 07:13:23 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-05-01 07:13:23 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '37972' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '15.168.144.237' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.vanilla.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.vanilla.hippoclients.com/fulfillmentworks/web/admin' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Opera/9.80 (Windows NT 6.1; Win64; x64; U; en) Presto/2.2.15 Version/10.00' 'HTTP_HOST' => 'www.vanilla.hippoclients.com' 'SSL_TLS_SNI' => 'www.vanilla.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.vanilla.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.vanilla.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.vanilla.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714572803.74 'REQUEST_TIME' => 1714572803 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 09:00:21 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 09:00:21 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 09:00:21 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 09:00:21 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 09:00:21 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 09:00:21 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 09:00:21 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 09:00:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 09:00:21 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 09:00:21 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 09:00:21 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 09:00:21 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 09:00:21 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 09:00:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 09:00:21 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 09:00:21 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 09:00:21 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 09:00:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 09:00:21 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 09:00:21 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-05-01 09:00:21 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-05-01 09:00:21 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 09:00:21 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 09:00:21 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 09:00:21 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-05-01 09:00:21 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-05-01 09:00:21 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-05-01 09:00:21 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 09:00:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 09:00:21 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 09:00:21 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 09:00:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 09:00:21 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 09:00:21 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 09:00:21 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 09:00:21 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 09:00:21 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 09:00:21 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 09:00:21 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 09:00:21 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 09:00:21 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 09:00:21 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 09:00:21 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 09:00:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 09:00:21 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 09:00:21 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 09:00:21 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 09:00:21 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 09:00:21 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 09:00:21 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 09:00:21 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 09:00:21 [-][-][-][profile end][craft\web\twig\Template::display] 2024-05-01 09:00:21 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-05-01 09:00:21 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '42226' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'http' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '85.208.96.203' 'SERVER_PORT' => '80' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'whywomenwork.org' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)' 'HTTP_CONNECTION' => 'close' 'HTTP_ACCEPT_ENCODING' => 'gzip,deflate' 'HTTP_ACCEPT' => 'text/html, application/rss+xml, application/atom+xml, text/xml, text/rss+xml, application/xhtml+xml' 'HTTP_HOST' => 'whywomenwork.org' 'SCRIPT_URI' => 'http://whywomenwork.org/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714579221.9312 'REQUEST_TIME' => 1714579221 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 09:22:41 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 09:22:41 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 09:22:41 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 09:22:41 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 09:22:41 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 09:22:41 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 09:22:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 09:22:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 09:22:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 09:22:41 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 09:22:41 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 09:22:41 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 09:22:41 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 09:22:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 09:22:41 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 09:22:41 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 09:22:41 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 09:22:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 09:22:41 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 09:22:41 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-05-01 09:22:41 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-05-01 09:22:41 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 09:22:41 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 09:22:41 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 09:22:41 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-05-01 09:22:41 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-05-01 09:22:41 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-05-01 09:22:41 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 09:22:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 09:22:41 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 09:22:41 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 09:22:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 09:22:41 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 09:22:41 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 09:22:41 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 09:22:41 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 09:22:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 09:22:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 09:22:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 09:22:41 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 09:22:41 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 09:22:41 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 09:22:41 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 09:22:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 09:22:41 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 09:22:41 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 09:22:41 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 09:22:41 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 09:22:41 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 09:22:41 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 09:22:41 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 09:22:41 [-][-][-][profile end][craft\web\twig\Template::display] 2024-05-01 09:22:41 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-05-01 09:22:41 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '42237' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '114.119.144.29' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'whywomenwork.org' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' 'HTTP_REFERER' => 'https://whywomenwork.org/fulfillmentworks/' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)' 'HTTP_CONNECTION' => 'Close' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_HOST' => 'whywomenwork.org' 'SSL_TLS_SNI' => 'whywomenwork.org' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://whywomenwork.org/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714580561.7966 'REQUEST_TIME' => 1714580561 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 12:21:05 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:21:05 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:21:05 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:21:05 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 12:21:05 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 12:21:05 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 12:21:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:21:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:21:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:21:05 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:21:05 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:21:05 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:21:05 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:21:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:21:05 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:21:05 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:05 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 12:21:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 12:21:05 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 12:21:05 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:05 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-05-01 12:21:05 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 12:21:05 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 12:21:05 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 12:21:05 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-05-01 12:21:05 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-05-01 12:21:05 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-05-01 12:21:05 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 12:21:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 12:21:05 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 12:21:05 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 12:21:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 12:21:05 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 12:21:05 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:21:05 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:21:05 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:21:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:21:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:21:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:21:05 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:21:05 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:21:05 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:21:05 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:21:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:21:05 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:21:05 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:21:05 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:21:05 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:21:05 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 12:21:05 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 12:21:05 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 12:21:05 [-][-][-][profile end][craft\web\twig\Template::display] 2024-05-01 12:21:05 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-05-01 12:21:05 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '60958' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '15.156.86.51' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.yb.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.yb.hippoclients.com/fulfillmentworks/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0' 'HTTP_HOST' => 'www.yb.hippoclients.com' 'SSL_TLS_SNI' => 'www.yb.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.yb.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714591265.7786 'REQUEST_TIME' => 1714591265 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 12:21:06 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 12:21:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 12:21:06 [-][-][-][info][yii\web\Session::open] Session started 2024-05-01 12:21:06 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '32816' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '15.156.86.51' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.yb.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.yb.hippoclients.com/fulfillmentworks/storage/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:57.0) Gecko/20100101 Firefox/57.0' 'HTTP_HOST' => 'www.yb.hippoclients.com' 'SSL_TLS_SNI' => 'www.yb.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.yb.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.yb.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.yb.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714591266.1015 'REQUEST_TIME' => 1714591266 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 12:21:06 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:21:06 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-05-01 12:21:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-05-01 12:21:06 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-05-01 12:21:06 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 12:21:06 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 12:21:06 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 12:21:06 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-05-01 12:21:06 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-05-01 12:21:06 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 12:21:06 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 12:21:06 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-05-01 12:21:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 12:21:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 12:21:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 12:21:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 12:21:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 12:21:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 12:21:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 12:21:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 12:21:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 12:21:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 12:21:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 12:21:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 12:21:06 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 12:21:06 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 12:21:06 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 12:21:06 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 12:21:06 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 12:21:06 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-05-01 12:21:06 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 12:21:06 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-05-01 12:21:06 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-05-01 12:21:06 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '60976' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '15.156.86.51' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.yb.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.yb.hippoclients.com/fulfillmentworks/web/admin' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:57.0) Gecko/20100101 Firefox/57.0' 'HTTP_HOST' => 'www.yb.hippoclients.com' 'SSL_TLS_SNI' => 'www.yb.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.yb.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.yb.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.yb.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714591266.2235 'REQUEST_TIME' => 1714591266 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 12:43:38 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:38 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 12:43:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:38 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-05-01 12:43:38 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 12:43:38 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 12:43:38 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 12:43:38 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-05-01 12:43:38 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-05-01 12:43:38 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 12:43:38 [-][-][-][profile end][craft\web\twig\Template::display] 2024-05-01 12:43:38 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-05-01 12:43:38 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '38928' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '15.152.142.207' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ysc-book2.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.ysc-book2.hippoclients.com/fulfillmentworks/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Opera/9.80 (Windows NT 10.0; U; en) Presto/2.8.131 Version/11.11' 'HTTP_HOST' => 'www.ysc-book2.hippoclients.com' 'SSL_TLS_SNI' => 'www.ysc-book2.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.ysc-book2.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714592618.5449 'REQUEST_TIME' => 1714592618 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 12:43:38 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:38 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 12:43:38 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:38 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-05-01 12:43:38 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 12:43:38 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 12:43:38 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 12:43:38 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-05-01 12:43:38 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-05-01 12:43:38 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:43:38 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 12:43:38 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 12:43:38 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 12:43:38 [-][-][-][profile end][craft\web\twig\Template::display] 2024-05-01 12:43:38 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-05-01 12:43:38 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '36278' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '15.168.131.2' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ysc-book.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.ysc-book.hippoclients.com/fulfillmentworks/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Opera/9.80 (Macintosh; Intel Mac OS X 10_10; U; en) Presto/2.5.24 Version/10.54' 'HTTP_HOST' => 'www.ysc-book.hippoclients.com' 'SSL_TLS_SNI' => 'www.ysc-book.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.ysc-book.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714592618.8792 'REQUEST_TIME' => 1714592618 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 12:43:39 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 12:43:39 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 12:43:39 [-][-][-][info][yii\web\Session::open] Session started 2024-05-01 12:43:39 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '39004' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '15.152.142.207' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ysc-book2.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.ysc-book2.hippoclients.com/fulfillmentworks/web/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Opera/9.80 (Windows NT 10.0; U; en) Presto/2.9.168 Version/11.50' 'HTTP_HOST' => 'www.ysc-book2.hippoclients.com' 'SSL_TLS_SNI' => 'www.ysc-book2.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.ysc-book2.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.ysc-book2.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.ysc-book2.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714592619.431 'REQUEST_TIME' => 1714592619 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 12:43:39 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 12:43:39 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 12:43:39 [-][-][-][info][yii\web\Session::open] Session started 2024-05-01 12:43:39 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '53038' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '15.168.131.2' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ysc-book.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.ysc-book.hippoclients.com/fulfillmentworks/web/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; rv:44.0) Gecko/20100101 Firefox/44.0' 'HTTP_HOST' => 'www.ysc-book.hippoclients.com' 'SSL_TLS_SNI' => 'www.ysc-book.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.ysc-book.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.ysc-book.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.ysc-book.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714592619.6018 'REQUEST_TIME' => 1714592619 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 12:43:39 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:39 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-05-01 12:43:39 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-05-01 12:43:39 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-05-01 12:43:39 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 12:43:39 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 12:43:39 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 12:43:39 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-05-01 12:43:39 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-05-01 12:43:39 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 12:43:39 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 12:43:39 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-05-01 12:43:39 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 12:43:39 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 12:43:39 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 12:43:39 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 12:43:39 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 12:43:39 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 12:43:39 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 12:43:39 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 12:43:39 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 12:43:39 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 12:43:39 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 12:43:39 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 12:43:39 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 12:43:39 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 12:43:39 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-05-01 12:43:39 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 12:43:39 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-05-01 12:43:39 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-05-01 12:43:39 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '38946' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '15.152.142.207' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ysc-book2.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.ysc-book2.hippoclients.com/fulfillmentworks/web/admin' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Opera/9.80 (Windows NT 10.0; U; en) Presto/2.9.168 Version/11.50' 'HTTP_HOST' => 'www.ysc-book2.hippoclients.com' 'SSL_TLS_SNI' => 'www.ysc-book2.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.ysc-book2.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.ysc-book2.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.ysc-book2.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714592619.6942 'REQUEST_TIME' => 1714592619 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 12:43:39 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:39 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:39 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:39 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:40 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-05-01 12:43:40 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-05-01 12:43:40 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-05-01 12:43:40 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 12:43:40 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 12:43:40 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 12:43:40 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-05-01 12:43:40 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-05-01 12:43:40 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 12:43:40 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 12:43:40 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-05-01 12:43:40 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 12:43:40 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 12:43:40 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 12:43:40 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 12:43:40 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 12:43:40 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 12:43:40 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 12:43:40 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 12:43:40 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 12:43:40 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 12:43:40 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 12:43:40 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 12:43:40 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 12:43:40 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 12:43:40 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 12:43:40 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 12:43:40 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 12:43:40 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-05-01 12:43:40 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 12:43:40 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-05-01 12:43:40 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-05-01 12:43:39 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '53038' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '15.168.131.2' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ysc-book.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.ysc-book.hippoclients.com/fulfillmentworks/web/admin' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; rv:44.0) Gecko/20100101 Firefox/44.0' 'HTTP_HOST' => 'www.ysc-book.hippoclients.com' 'SSL_TLS_SNI' => 'www.ysc-book.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.ysc-book.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.ysc-book.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.ysc-book.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714592619.9874 'REQUEST_TIME' => 1714592619 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 12:43:42 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:42 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:42 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:42 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:42 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:42 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:42 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:42 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:42 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:42 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:42 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:42 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:42 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:42 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:42 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 12:43:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 12:43:42 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`type` FROM `craft_elements` `elements` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` WHERE (`elements_sites`.`siteId`=1) AND (`elements`.`dateDeleted` IS NULL) AND ((`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL)) AND (`elements_sites`.`uri`='__home__') AND ((`elements_sites`.`enabled`=TRUE) AND (`elements`.`enabled`=TRUE) AND (`elements`.`archived`=FALSE)) LIMIT 1 2024-05-01 12:43:42 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:42 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-05-01 12:43:42 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 12:43:42 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 12:43:42 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 12:43:42 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: 2024-05-01 12:43:42 [-][-][-][profile begin][craft\web\View::renderTemplate] 2024-05-01 12:43:42 [-][-][-][profile begin][craft\web\twig\Template::display] 2024-05-01 12:43:42 [-][-][-][info][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 12:43:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 12:43:42 [-][-][-][profile end][yii\db\Command::query] SELECT `fields`.`id`, `fields`.`dateCreated`, `fields`.`dateUpdated`, `fields`.`groupId`, `fields`.`name`, `fields`.`handle`, `fields`.`context`, `fields`.`instructions`, `fields`.`translationMethod`, `fields`.`translationKeyFormat`, `fields`.`type`, `fields`.`settings`, `fields`.`uid`, `fields`.`searchable` FROM `craft_fields` `fields` ORDER BY `fields`.`name`, `fields`.`handle` 2024-05-01 12:43:42 [-][-][-][info][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 12:43:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 12:43:42 [-][-][-][profile end][yii\db\Command::query] SELECT `elements`.`id`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateCreated`, `elements`.`dateUpdated`, `elements_sites`.`slug`, `elements_sites`.`siteId`, `elements_sites`.`uri`, `elements_sites`.`enabled` AS `enabledForSite`, `globalsets`.`name`, `globalsets`.`handle`, `globalsets`.`uid`, `content`.`id` AS `contentId` FROM (SELECT `elements`.`id` AS `elementsId`, `elements_sites`.`id` AS `elementsSitesId`, `content`.`id` AS `contentId` FROM `craft_elements` `elements` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `elements`.`id` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`elementId` = `elements`.`id` INNER JOIN `craft_content` `content` ON (`content`.`elementId` = `elements`.`id`) AND (`content`.`siteId` = `elements_sites`.`siteId`) WHERE (`elements_sites`.`siteId`='1') AND (`elements`.`archived`=FALSE) AND (`elements`.`dateDeleted` IS NULL) AND (`elements_sites`.`enabled`=TRUE) AND (`elements`.`draftId` IS NULL) AND (`elements`.`revisionId` IS NULL) ORDER BY `globalsets`.`name`) `subquery` INNER JOIN `craft_globalsets` `globalsets` ON `globalsets`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements` `elements` ON `elements`.`id` = `subquery`.`elementsId` INNER JOIN `craft_elements_sites` `elements_sites` ON `elements_sites`.`id` = `subquery`.`elementsSitesId` INNER JOIN `craft_content` `content` ON `content`.`id` = `subquery`.`contentId` ORDER BY `globalsets`.`name` 2024-05-01 12:43:42 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:43:42 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:43:42 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:43:42 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:42 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:42 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:42 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:42 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:42 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:42 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:43:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:43:42 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:43:42 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:43:42 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:43:42 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:43:42 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 12:43:42 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 12:43:42 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/installer/dist', '2b875032') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/installer/dist' 2024-05-01 12:43:42 [-][-][-][profile end][craft\web\twig\Template::display] 2024-05-01 12:43:42 [-][-][-][profile end][craft\web\View::renderTemplate] 2024-05-01 12:43:42 [-][-][-][info][application] $_GET = [] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/' 'QUERY_STRING' => '' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REMOTE_PORT' => '39698' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '15.152.215.17' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ysc.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.ysc.hippoclients.com/impulseautomation/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36' 'HTTP_HOST' => 'www.ysc.hippoclients.com' 'SSL_TLS_SNI' => 'www.ysc.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.ysc.hippoclients.com/fulfillmentworks/web/' 'SCRIPT_URL' => '/fulfillmentworks/web/' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714592622.6887 'REQUEST_TIME' => 1714592622 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 12:43:43 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:43 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:43 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:43 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:43 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:43 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:43 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:43 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:43 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:43 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:43 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:43 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:43 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:43 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:43 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-05-01 12:43:43 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 12:43:43 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 12:43:43 [-][-][-][info][yii\web\Session::open] Session started 2024-05-01 12:43:43 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '39766' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '15.152.215.17' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ysc.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.ysc.hippoclients.com/fulfillmentworks/web/' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; rv:53.0) Gecko/20100101 Firefox/53.0' 'HTTP_HOST' => 'www.ysc.hippoclients.com' 'SSL_TLS_SNI' => 'www.ysc.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.ysc.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.ysc.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.ysc.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714592623.6651 'REQUEST_TIME' => 1714592623 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 12:43:44 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 12:43:44 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-05-01 12:43:44 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-05-01 12:43:44 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-05-01 12:43:44 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 12:43:44 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 12:43:44 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 12:43:44 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-05-01 12:43:44 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-05-01 12:43:44 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 12:43:44 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 12:43:44 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-05-01 12:43:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 12:43:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 12:43:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 12:43:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 12:43:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 12:43:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 12:43:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 12:43:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 12:43:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 12:43:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 12:43:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 12:43:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 12:43:44 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 12:43:44 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 12:43:44 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 12:43:44 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 12:43:44 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 12:43:44 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-05-01 12:43:44 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 12:43:44 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-05-01 12:43:44 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-05-01 12:43:44 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '39776' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '15.152.215.17' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'www.ysc.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip' 'HTTP_REFERER' => 'https://www.ysc.hippoclients.com/fulfillmentworks/web/admin' 'HTTP_ACCEPT' => '*/*' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; rv:53.0) Gecko/20100101 Firefox/53.0' 'HTTP_HOST' => 'www.ysc.hippoclients.com' 'SSL_TLS_SNI' => 'www.ysc.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://www.ysc.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'www.ysc.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://www.ysc.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714592624.3576 'REQUEST_TIME' => 1714592624 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 15:56:30 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 15:56:30 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 15:56:30 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 15:56:30 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 15:56:30 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 15:56:30 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 15:56:30 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 15:56:30 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 15:56:30 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 15:56:30 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 15:56:30 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 15:56:30 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 15:56:30 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 15:56:30 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 15:56:30 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: ', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: ', 'match' => true, 'parent' => null, ] 2024-05-01 15:56:30 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 15:56:30 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 15:56:30 [-][-][-][info][yii\web\Session::open] Session started 2024-05-01 15:56:30 [-][-][-][info][application] $_GET = [ 'p' => 'admin' ] $_POST = [] $_FILES = [] $_COOKIE = [] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin' 'QUERY_STRING' => 'p=admin' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin' 'REDIRECT_URL' => '/fulfillmentworks/web/admin' 'REMOTE_PORT' => '50763' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '114.119.138.173' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'thefriend.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' 'HTTP_REFERER' => 'https://thefriend.hippoclients.com/fulfillmentworks/web/' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)' 'HTTP_CONNECTION' => 'Close' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_HOST' => 'thefriend.hippoclients.com' 'SSL_TLS_SNI' => 'thefriend.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://thefriend.hippoclients.com/fulfillmentworks/web/admin' 'SCRIPT_URL' => '/fulfillmentworks/web/admin' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'thefriend.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://thefriend.hippoclients.com/fulfillmentworks/web/admin' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714604190.7648 'REQUEST_TIME' => 1714604190 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ] 2024-05-01 15:56:31 [-][-][-][info][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Connection::open] Opening DB connection: mysql:host=localhost;dbname=fulfillmentworks;port=3306; 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::query] SHOW TABLES 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::query] SHOW TABLES 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::query] SHOW TABLES 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`id`, `s`.`groupId`, `s`.`name`, `s`.`handle`, `language`, `s`.`primary`, `s`.`hasUrls`, `s`.`baseUrl`, `s`.`sortOrder`, `s`.`uid` FROM `craft_sites` `s` INNER JOIN `craft_sitegroups` `sg` ON `sg`.`id` = `s`.`groupId` WHERE (`s`.`dateDeleted` IS NULL) AND (`sg`.`dateDeleted` IS NULL) ORDER BY `sg`.`name`, `s`.`sortOrder` 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_info` LIMIT 1 2024-05-01 15:56:31 [-][-][-][info][yii\web\Session::open] Session started 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::query] SELECT `id`, `handle`, `version`, `schemaVersion`, `licenseKeyStatus`, `installDate`, `licensedEdition` FROM `craft_plugins` 2024-05-01 15:56:31 [-][-][-][trace][craft\web\Application::_processActionRequest] Route requested: 'users/login' 2024-05-01 15:56:31 [-][-][-][trace][yii\base\Controller::runAction] Route to run: users/login 2024-05-01 15:56:31 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\UsersController::actionLogin() 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getTokenRoute] [ 'rule' => 'Token', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedElementRoute] [ 'rule' => 'Element URI: login', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories///', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: categories//new/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: dashboard', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: entries//', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: globals//', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: myaccount', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: update', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/volumes/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/assets/transforms/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/categories/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/email', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/fields/edit/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/general', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/globals/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/plugins/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/routes', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sections//entrytypes/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/sites/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/new', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/tags/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: settings/users', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: utilities/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/callback', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getMatchedUrlRoute] [ 'rule' => 'URL Rule: plugin-store/', 'match' => false, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][craft\web\UrlManager::_getTemplateRoute] [ 'rule' => 'Template: login', 'match' => true, 'parent' => null, ] 2024-05-01 15:56:31 [-][-][-][trace][yii\web\Application::handleRequest] Route requested: 'templates/render' 2024-05-01 15:56:31 [-][-][-][trace][yii\base\Controller::runAction] Route to run: templates/render 2024-05-01 15:56:31 [-][-][-][trace][yii\base\InlineAction::runWithParams] Running action: craft\controllers\TemplatesController::actionRender() 2024-05-01 15:56:31 [-][-][-][trace][craft\web\View::renderTemplate] Rendering template: login 2024-05-01 15:56:31 [-][-][-][profile begin][craft\web\View::renderTemplate] login 2024-05-01 15:56:31 [-][-][-][profile begin][craft\web\twig\Template::display] login 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::query] SHOW FULL COLUMNS FROM `craft_resourcepaths` 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::query] SELECT kcu.constraint_name, kcu.column_name, kcu.referenced_table_name, kcu.referenced_column_name, rc.UPDATE_RULE, rc.DELETE_RULE FROM information_schema.referential_constraints AS rc JOIN information_schema.key_column_usage AS kcu ON ( kcu.constraint_catalog = rc.constraint_catalog OR (kcu.constraint_catalog IS NULL AND rc.constraint_catalog IS NULL) ) AND kcu.constraint_schema = rc.constraint_schema AND kcu.constraint_name = rc.constraint_name WHERE rc.constraint_schema = database() AND kcu.table_schema = database() AND rc.table_name = 'craft_resourcepaths' AND kcu.table_name = 'craft_resourcepaths' 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::query] SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, CASE WHEN NULL IS NULL AND `kcu`.`REFERENCED_TABLE_SCHEMA` = DATABASE() THEN NULL ELSE `kcu`.`REFERENCED_TABLE_SCHEMA` END AS `foreign_table_schema`, `kcu`.`REFERENCED_TABLE_NAME` AS `foreign_table_name`, `kcu`.`REFERENCED_COLUMN_NAME` AS `foreign_column_name`, `rc`.`UPDATE_RULE` AS `on_update`, `rc`.`DELETE_RULE` AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `rc`.`TABLE_NAME` = 'craft_resourcepaths' AND `rc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` = 'FOREIGN KEY' UNION SELECT `kcu`.`CONSTRAINT_NAME` AS `name`, `kcu`.`COLUMN_NAME` AS `column_name`, `tc`.`CONSTRAINT_TYPE` AS `type`, NULL AS `foreign_table_schema`, NULL AS `foreign_table_name`, NULL AS `foreign_column_name`, NULL AS `on_update`, NULL AS `on_delete`, `kcu`.`ORDINAL_POSITION` AS `position` FROM `information_schema`.`KEY_COLUMN_USAGE` AS `kcu`, `information_schema`.`TABLE_CONSTRAINTS` AS `tc` WHERE `kcu`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `kcu`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`TABLE_SCHEMA` = `kcu`.`TABLE_SCHEMA` AND `tc`.`TABLE_NAME` = 'craft_resourcepaths' AND `tc`.`CONSTRAINT_NAME` = `kcu`.`CONSTRAINT_NAME` AND `tc`.`CONSTRAINT_TYPE` IN ('PRIMARY KEY', 'UNIQUE') ORDER BY `position` ASC 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::query] SELECT `s`.`INDEX_NAME` AS `name`, `s`.`COLUMN_NAME` AS `column_name`, `s`.`NON_UNIQUE` ^ 1 AS `index_is_unique`, `s`.`INDEX_NAME` = 'PRIMARY' AS `index_is_primary` FROM `information_schema`.`STATISTICS` AS `s` WHERE `s`.`TABLE_SCHEMA` = COALESCE(NULL, DATABASE()) AND `s`.`INDEX_SCHEMA` = `s`.`TABLE_SCHEMA` AND `s`.`TABLE_NAME` = 'craft_resourcepaths' ORDER BY `s`.`SEQ_IN_INDEX` ASC 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/login/dist', '1a4c64c1') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/login/dist' 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@app/web/assets/cp/dist', '1e7271bf') ON DUPLICATE KEY UPDATE `path`='@app/web/assets/cp/dist' 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/d3', 'f8f6a78e') ON DUPLICATE KEY UPDATE `path`='@lib/d3' 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/element-resize-detector', '556910ad') ON DUPLICATE KEY UPDATE `path`='@lib/element-resize-detector' 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/garnishjs', 'cb4bb008') ON DUPLICATE KEY UPDATE `path`='@lib/garnishjs' 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@bower/jquery/dist', '7af9bb58') ON DUPLICATE KEY UPDATE `path`='@bower/jquery/dist' 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-touch-events', 'f1f7bb1d') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-touch-events' 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/velocity', '6b764c25') ON DUPLICATE KEY UPDATE `path`='@lib/velocity' 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery-ui', '25dfd780') ON DUPLICATE KEY UPDATE `path`='@lib/jquery-ui' 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/jquery.payment', '7751e3cd') ON DUPLICATE KEY UPDATE `path`='@lib/jquery.payment' 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/picturefill', 'f65387df') ON DUPLICATE KEY UPDATE `path`='@lib/picturefill' 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/selectize', 'a22daa5b') ON DUPLICATE KEY UPDATE `path`='@lib/selectize' 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fileupload', 'eebb8621') ON DUPLICATE KEY UPDATE `path`='@lib/fileupload' 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/xregexp', 'a841eed1') ON DUPLICATE KEY UPDATE `path`='@lib/xregexp' 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::execute] INSERT INTO `craft_resourcepaths` (`path`, `hash`) VALUES ('@lib/fabric', 'de0d6436') ON DUPLICATE KEY UPDATE `path`='@lib/fabric' 2024-05-01 15:56:31 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 15:56:31 [-][-][-][profile begin][craft\web\twig\Template::display] _layouts/base 2024-05-01 15:56:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 15:56:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 15:56:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 15:56:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 15:56:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 15:56:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 15:56:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 15:56:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/text 2024-05-01 15:56:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 15:56:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 15:56:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/errorList 2024-05-01 15:56:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/field 2024-05-01 15:56:31 [-][-][-][profile begin][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 15:56:31 [-][-][-][profile end][craft\web\twig\Template::display] _includes/forms/checkbox 2024-05-01 15:56:31 [-][-][-][info][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 15:56:31 [-][-][-][profile begin][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 15:56:31 [-][-][-][profile end][yii\db\Command::query] SELECT * FROM `craft_categorygroups` WHERE `dateDeleted` IS NULL ORDER BY `name` 2024-05-01 15:56:31 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/base 2024-05-01 15:56:31 [-][-][-][profile end][craft\web\twig\Template::display] _layouts/basecp 2024-05-01 15:56:31 [-][-][-][profile end][craft\web\twig\Template::display] login 2024-05-01 15:56:31 [-][-][-][profile end][craft\web\View::renderTemplate] login 2024-05-01 15:56:31 [-][-][-][info][application] $_GET = [ 'p' => 'admin/login' ] $_POST = [] $_FILES = [] $_COOKIE = [ 'CraftSessionId' => 'ufep464pul85bf64l9vhlm65e7' ] $_SESSION = [ 'bd62416aa8538ede709019a5e113eea5__flash' => [] '1031b8c41dfff97a311a7ac99863bdc5__returnUrl' => '/fulfillmentworks/web/admin' ] $_SERVER = [ 'PHP_PATH' => '/opt/bitnami/php/bin/php' 'FREETDSLOCALES' => '/opt/bitnami/common/etc/locales.conf' 'FREETDSCONF' => '/opt/bitnami/common/etc/freetds.conf' 'OPENSSL_ENGINES' => '/opt/bitnami/common/lib/engines' 'OPENSSL_CONF' => '/opt/bitnami/common/openssl/openssl.cnf' 'SSL_CERT_FILE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'CURL_CA_BUNDLE' => '/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt' 'LDAPCONF' => '/opt/bitnami/common/etc/openldap/ldap.conf' 'GS_LIB' => '/opt/bitnami/common/share/ghostscript/fonts' 'MAGICK_CODER_MODULE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/modules-Q16/coders' 'MAGICK_CONFIGURE_PATH' => '/opt/bitnami/common/lib/ImageMagick-6.9.8/config-Q16:/opt/bitnami/common/' 'MAGICK_HOME' => '/opt/bitnami/common' 'PATH' => '/opt/bitnami/frameworks/laravel/app/Console:/opt/bitnami/frameworks/cakephp/bin:/opt/bitnami/frameworks/codeigniter/bin:/opt/bitnami/frameworks/symfony/bin:/opt/bitnami/frameworks/zendframework/app/Console:/opt/bitnami/git/bin:/opt/bitnami/varnish/bin:/opt/bitnami/sqlite/bin:/opt/bitnami/php/bin:/opt/bitnami/mysql/bin:/opt/bitnami/apache2/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin' 'USER' => 'daemon' 'HOME' => '/usr/sbin' 'SCRIPT_NAME' => '/fulfillmentworks/web/index.php' 'REQUEST_URI' => '/fulfillmentworks/web/admin/login' 'QUERY_STRING' => 'p=admin/login' 'REQUEST_METHOD' => 'GET' 'SERVER_PROTOCOL' => 'HTTP/1.1' 'GATEWAY_INTERFACE' => 'CGI/1.1' 'REDIRECT_QUERY_STRING' => 'p=admin/login' 'REDIRECT_URL' => '/fulfillmentworks/web/admin/login' 'REMOTE_PORT' => '50765' 'SCRIPT_FILENAME' => '/opt/bitnami/apache2/htdocs/fulfillmentworks/web/index.php' 'SERVER_ADMIN' => 'you@example.com' 'CONTEXT_DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'CONTEXT_PREFIX' => '' 'REQUEST_SCHEME' => 'https' 'DOCUMENT_ROOT' => '/opt/bitnami/apache2/htdocs' 'REMOTE_ADDR' => '114.119.138.173' 'SERVER_PORT' => '443' 'SERVER_ADDR' => '172.26.5.181' 'SERVER_NAME' => 'thefriend.hippoclients.com' 'SERVER_SOFTWARE' => 'Apache' 'SERVER_SIGNATURE' => '' 'LD_LIBRARY_PATH' => '/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib:/opt/bitnami/git/lib:/opt/bitnami/varnish/lib:/opt/bitnami/varnish/lib/varnish:/opt/bitnami/varnish/lib/varnish/vmods:/opt/bitnami/sqlite/lib:/opt/bitnami/mysql/lib:/opt/bitnami/apache2/lib:/opt/bitnami/common/lib' 'HTTP_COOKIE' => 'CraftSessionId=ufep464pul85bf64l9vhlm65e7' 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate' 'HTTP_REFERER' => 'https://thefriend.hippoclients.com/fulfillmentworks/web/' 'HTTP_ACCEPT_LANGUAGE' => 'en' 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)' 'HTTP_CONNECTION' => 'Close' 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'HTTP_HOST' => 'thefriend.hippoclients.com' 'SSL_TLS_SNI' => 'thefriend.hippoclients.com' 'HTTPS' => 'on' 'SCRIPT_URI' => 'https://thefriend.hippoclients.com/fulfillmentworks/web/admin/login' 'SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'REDIRECT_STATUS' => '200' 'REDIRECT_SSL_TLS_SNI' => 'thefriend.hippoclients.com' 'REDIRECT_HTTPS' => 'on' 'REDIRECT_SCRIPT_URI' => 'https://thefriend.hippoclients.com/fulfillmentworks/web/admin/login' 'REDIRECT_SCRIPT_URL' => '/fulfillmentworks/web/admin/login' 'FCGI_ROLE' => 'RESPONDER' 'PHP_SELF' => '/fulfillmentworks/web/index.php' 'REQUEST_TIME_FLOAT' => 1714604191.6331 'REQUEST_TIME' => 1714604191 'ENVIRONMENT' => 'dev' 'SECURITY_KEY' => '••••••••••••••••••••••••••••••••' 'DB_DRIVER' => 'mysql' 'DB_SERVER' => 'localhost' 'DB_USER' => 'root' 'DB_PASSWORD' => '••••••••••••' 'DB_DATABASE' => 'fulfillmentworks' 'DB_SCHEMA' => 'public' 'DB_TABLE_PREFIX' => 'craft_' 'DB_PORT' => '3306' 'DEFAULT_SITE_URL' => 'http://fulfillmentworks.hippoclients.com' ]